https://github.com/n-c0de-r/tictactoejs
Homework for web development class. Just a simple click game. Considering to port it to only-CSS version one day. 1st semester, webdesign exercise.
https://github.com/n-c0de-r/tictactoejs
1st-semester javascript tic-tac-toe web-design
Last synced: 7 months ago
JSON representation
Homework for web development class. Just a simple click game. Considering to port it to only-CSS version one day. 1st semester, webdesign exercise.
- Host: GitHub
- URL: https://github.com/n-c0de-r/tictactoejs
- Owner: n-c0de-r
- Created: 2021-02-13T22:32:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T18:11:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T10:06:29.015Z (9 months ago)
- Topics: 1st-semester, javascript, tic-tac-toe, web-design
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToeJS
Homework for web development class. Just a simple click game. Considering to port it to only-CSS version one day. 1st semester, webdesign exercise.Goal of this exercise was to manipulate the DOM structure in an HTML document, implement basic logics (player turns & game rules), learn basic JavaScript commands, create custom-made functions & perform the correct checks at the right time.
GIF animation of a JavaScript gameplay of a TicTacToe implementation.
Since then I've seen a lot of different, simple, more complex, elegant, and even pure CSS versions of this in tutorials and blogs. I still try to figure out the pure CSS versions out, but I like mine still a lot. It was my first JS program and a lot of fun to make it.