https://github.com/grz0zrg/ktron
Fast-paced 3D racing game on a cube with gameplay similar to Snake / Tron (1982).
https://github.com/grz0zrg/ktron
Last synced: 5 months ago
JSON representation
Fast-paced 3D racing game on a cube with gameplay similar to Snake / Tron (1982).
- Host: GitHub
- URL: https://github.com/grz0zrg/ktron
- Owner: grz0zrg
- License: gpl-3.0
- Created: 2021-06-20T16:43:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T16:48:52.000Z (about 3 years ago)
- Last Synced: 2024-12-01T14:36:03.724Z (7 months ago)
- Language: JavaScript
- Size: 3.63 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kTron
=====YouTube:
[
](https://youtu.be/nq9zLgVfQxQ)
Fast-paced 3D racing game on a cube with gameplay similar to Snake / Tron (1982): control a car on a cube faces, avoid opponent and survive the longest.
There is a single player mode and a two players online mode with geo-localized matchmaking. The game was made for two players, the single player AI is crude.
My interest was mostly technical: a cross platform game on a cube with glow aesthetic.
It use Three.js and was ported to Android with Cordova, all ads are removed on this version.
The main inspiration was an [Evaldraw](http://advsys.net/ken/download.htm#evaldraw) example game made by Ken Silverman which was a snake on a cube.
Always wanted to turn it into a single player snake game but got bored. :) (wouldn't be hard: adding some bonus / score / goal and removing trail fade would be the main thing missing)
It use my build system [pyNut](https://github.com/grz0zrg/pynut).
[play it here](https://onirom.fr/get/ktron/index.html)