1
0
Fork
You've already forked tunneler
0
Javascript game inspired by Tunneler
  • JavaScript 93%
  • HTML 3.5%
  • CSS 3.5%
Jan-Willem Harmannij 44a73e88cb
Update README.md
2025年08月15日 20:08:34 +02:00
images Add assets 2025年08月14日 20:08:28 +02:00
maps Add assets 2025年08月14日 20:08:28 +02:00
sounds Add assets 2025年08月14日 20:08:28 +02:00
.gitignore Update dependencies; remove and ignore package-lock.json 2025年08月15日 20:04:41 +02:00
.glitch-assets 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
assets.js Fix URLs 2025年08月14日 21:22:29 +02:00
base.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
bullet.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
chat.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
collision.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
dig.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
draw.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
index.html 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
index.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
input.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
LICENSE 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
move.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
network.js Update network.js based on @dib0 changes 2025年08月15日 20:04:41 +02:00
opponents.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
package.json Update dependencies; remove and ignore package-lock.json 2025年08月15日 20:04:41 +02:00
README.md Update README.md 2025年08月15日 20:08:34 +02:00
screenshot.png Upload screenshot 2023年04月22日 19:57:37 +02:00
tunneler.css 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00
tunneler.js 🥲 🌸 Updated with Glitch 2023年04月22日 17:48:05 +00:00

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.

screenshot

The game used to be playable on Glitch.com, but since they shut down, you'll have to host it yourself:

  1. Clone the repository
  2. Install NPM
  3. Run npm install to download and install dependencies
  4. Run npm start to start the server
  5. Play the game on http://localhost:3000 (and ask your friends to join!)