Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 331 Bytes

Multiplayer BM Tron Game

Created using JavaScript and HTML Canvas by Wei-Zhong Tan. A modification of the Snake Game tutorial by Max Wihlborg.

Usage

$ npm install
$ npm run build

Play

$ npm start

To Do:

  • Improve AI
  • Sound effects
  • Convert to modules