andrealmeid / race_condition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race Condition

A racing game.

Dependencies

So far, just a modern web browser and Python.

Running

For CORS' reasons, we need to run a web server. Try this:

python3 -m http.server 8000 --bind 127.0.0.1

FAQ

  • Why?

Because simulating an over-the-horizon radar is too complex.

TODO:

  • Client/Server communication
  • Race recording and playback through keyframes
  • Synchronization between all clients through keyframes + timestamps
  • Racing stuff: which car is in first place? who won? how long did it take?
  • Leaderboard
  • More cars, improve visuals

License

Unless otherwise noticed, this project is licensed as GPL-2.0 License.

Car asset licensed as public domain by qubodup.

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 92.0%Language:HTML 5.9%Language:CSS 1.2%Language:Shell 1.0%