Monday, July 22, 2019

Classes & Implements

Class Example:
      https://repl.it/@LarryHobbs/InsistentGiganticPoint

Simple Tic Tac Toe:
      https://repl.it/@LarryHobbs/SimpleTicTacToe

Same Tic Tac Toe, but implementation files:
      https://repl.it/@LarryHobbs/TicTacToeImp

Struct with functions

Try changing the keyword Struct to Class and see if this works.  Then add Public and see if works....

https://repl.it/@LarryHobbs/StructWithFunction