Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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