Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosala/practica-frogger
https://github.com/carlosala/practica-frogger
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlosala/practica-frogger
- Owner: carlosala
- Created: 2024-01-08T09:47:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-10T13:02:01.000Z (10 months ago)
- Last Synced: 2024-06-25T11:09:51.964Z (4 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FROGGER
## Requirements:
- python (`>3.8`)
- Ubuntu 20.04 LTS is the oldest Ubuntu supported for this game
- GNU/Linux OS (it might work in MacOS or Windows, but hasn't been tested)
- Your user should be in `input` and `tty` groups (or you can run the script as sudo). After adding them, remember to reboot your machine. Add those groups to the user executing:```console
$ sudo usermod -aG tty,input $USER
```## How to run:
1. Create a venv: `python -m venv .venv`
2. Activate it: `source .venv/bin/activate`
3. Install the reqs: `pip install -r requirements.txt`
4. Run the game: `python src/main.py`## Instructions:
- You can move the frog with the arrows (or, alternatively, `WASD`)
- Press `q` to quit the game