
About
Tron is a 1982 arcade game by Bally Midway based on the Disney film of the same name, with lead programming by Bill Adams and music by Earl Vickers. This is a browser-based remake of Tron's light-cycle mode, built with JavaScript, jQuery, HTML, and CSS, playable against a computer opponent or a second human player. It uses an object-oriented architecture (bike, board, coord, and view classes) and includes collision detection and an adjustable-difficulty AI that occasionally makes random turns to avoid predictable wall-hugging.
Getting started
Play directly in the browser via the project's live link, choosing to play solo against the computer AI (with adjustable difficulty) or against a second local player.
Media
Additional notes
- Roadmap
- The README lists planned-but-unimplemented future features: a smarter flood-fill-based AI and websocket support for online multiplayer.