Skip to content

weizhongtan/bm-tron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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