Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sylordis/games
https://github.com/sylordis/games
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sylordis/games
- Owner: Sylordis
- License: apache-2.0
- Created: 2023-12-08T13:07:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T01:52:07.000Z (about 2 months ago)
- Last Synced: 2024-12-14T02:28:29.596Z (about 2 months ago)
- Language: Java
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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/
```