Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sylordis/games


https://github.com/sylordis/games

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Games

Code for programming exercises & online games

# Dependencies

For java:
* Sylordis' [java commons](https://github.com/Sylordis/commons)

# Run

## Java

From `modules/java/target/classes` directory:

```bash
java -cp '.;' [arguments] < ../../../../data/
```

## Python

From `modules/python`

Update the `games/bin/app.py` (dynamic load still TBD)

```bash
python -m games ../../data/
```