Javascript game inspired by Tunneler
- JavaScript 93%
- HTML 3.5%
- CSS 3.5%
|
|
||
|---|---|---|
| images | Add assets | |
| maps | Add assets | |
| sounds | Add assets | |
| .gitignore | Update dependencies; remove and ignore package-lock.json | |
| .glitch-assets | 🥲 🌸 Updated with Glitch | |
| assets.js | Fix URLs | |
| base.js | 🥲 🌸 Updated with Glitch | |
| bullet.js | 🥲 🌸 Updated with Glitch | |
| chat.js | 🥲 🌸 Updated with Glitch | |
| collision.js | 🥲 🌸 Updated with Glitch | |
| dig.js | 🥲 🌸 Updated with Glitch | |
| draw.js | 🥲 🌸 Updated with Glitch | |
| index.html | 🥲 🌸 Updated with Glitch | |
| index.js | 🥲 🌸 Updated with Glitch | |
| input.js | 🥲 🌸 Updated with Glitch | |
| LICENSE | 🥲 🌸 Updated with Glitch | |
| move.js | 🥲 🌸 Updated with Glitch | |
| network.js | Update network.js based on @dib0 changes | |
| opponents.js | 🥲 🌸 Updated with Glitch | |
| package.json | Update dependencies; remove and ignore package-lock.json | |
| README.md | Update README.md | |
| screenshot.png | Upload screenshot | |
| tunneler.css | 🥲 🌸 Updated with Glitch | |
| tunneler.js | 🥲 🌸 Updated with Glitch | |
Tunneler
This project is a remake of Geoffrey Silverton's classic Tunneler game for DOS, for multiple players via internet. The game is developed as a HTML5 Canvas and Javascript app, with a small node.js server that facilitates communication between the players. The graphics are a bit different from the original, and some gameplay elements are changed (for example, the map is not randomly generated) but the basic gameplay is the same.
The game used to be playable on Glitch.com, but since they shut down, you'll have to host it yourself:
- Clone the repository
- Install NPM
- Run
npm installto download and install dependencies - Run
npm startto start the server - Play the game on
http://localhost:3000(and ask your friends to join!)