Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alysivji/javascript-games
Practicing JavaScript skills by making games
https://github.com/alysivji/javascript-games
Last synced: 7 days ago
JSON representation
Practicing JavaScript skills by making games
- Host: GitHub
- URL: https://github.com/alysivji/javascript-games
- Owner: alysivji
- Created: 2020-04-28T23:35:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T02:01:04.000Z (4 months ago)
- Last Synced: 2024-07-30T03:32:56.149Z (4 months ago)
- Language: TypeScript
- Size: 2.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Games
Practicing my JavaScript / TypeScript skills by making games.
## Games List
### Vanilla JS Games
| __Game__ | __Description__
| -------- | ---------------
| chess | 2 player chess (Work-In-Progress)
| pong (keyboard) | Pong with a keyboard
| pong (mouse) | Pong with a mouse
| tic-tac-toe | Tac-Tac-Toe### TypeScript Games
| __Game__ | __Description__
| -------- | ---------------
| mastermind | Mastermind via CLI### React Games
| __Game__ | __Description__
| -------- | ---------------
| mastermind | Mastermind -- very hacky
| minesweeper | Minesweeper clone