Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T21:32:52.000Z (over 4 years ago)
- Last Synced: 2024-11-12T03:26:00.377Z (3 months ago)
- Topics: game, platformer, webapp
- Language: Python
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](media/banner.png)
# 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.