Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebigsasha/tic-tac-toe
A Tic Tac Toe game made to teach arrays, and to introduce object oriented programming :) Part of COMP250 - Intro to Computer Science @ McGill University
https://github.com/thebigsasha/tic-tac-toe
array education loops mcgill oop syntax tutorial university
Last synced: about 2 months ago
JSON representation
A Tic Tac Toe game made to teach arrays, and to introduce object oriented programming :) Part of COMP250 - Intro to Computer Science @ McGill University
- Host: GitHub
- URL: https://github.com/thebigsasha/tic-tac-toe
- Owner: TheBigSasha
- Created: 2021-01-18T22:56:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T18:26:53.000Z (about 4 years ago)
- Last Synced: 2024-11-11T08:12:47.202Z (3 months ago)
- Topics: array, education, loops, mcgill, oop, syntax, tutorial, university
- Language: Java
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
A Tic Tac Toe game made to teach arrays, and to introduce object oriented programming :) Part of COMP250 - Intro to Computer Science @ McGill University# Video
[![video](https://img.youtube.com/vi/JYBVAuH9U9c/default.jpg)](https://youtu.be/JYBVAuH9U9c)# Slides
![docs page 1](https://github.com/TheBigSasha/Tic-Tac-Toe/blob/master/docs/img/Page%201.png?raw=true)
![docs page 2](https://github.com/TheBigSasha/Tic-Tac-Toe/blob/master/docs/img/Page%202.png?raw=true)
![docs page 3](https://github.com/TheBigSasha/Tic-Tac-Toe/blob/master/docs/img/Page%203.png?raw=true)
![docs page 4](https://github.com/TheBigSasha/Tic-Tac-Toe/blob/master/docs/img/Page%204.png?raw=true)