Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.