https://github.com/benpm/rundash
😏 Rundash - A simple online racing-platformer made to run on most browsers / systems
https://github.com/benpm/rundash
game platformer webapp
Last synced: 10 months ago
JSON representation
😏 Rundash - A simple online racing-platformer made to run on most browsers / systems
- Host: GitHub
- URL: https://github.com/benpm/rundash
- Owner: benpm
- License: apache-2.0
- Created: 2017-07-10T00:21:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T21:32:52.000Z (almost 6 years ago)
- Last Synced: 2025-09-06T10:36:00.914Z (10 months ago)
- Topics: game, platformer, webapp
- Language: Python
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Rundash
*1.0.3*
A casual, online multiplayer racing platformer! The graphics are all HTML/CSS, no canvas needed! Networking is done with websockets. Server is written in Python 3, client in plain ol' JavaScript.
## Running a Server
To run a server, you need to run:
```pip3 i -r requirements.txt```
then:
```python3 server.py [PORT] [DEBUG?]```
## Minification
For security, the server will run uglify-js on the game javascript code to ensure that users cannot (easily) cheat.