Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 736 Bytes

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