https://github.com/deutranium/river-crossing-game
A simple two player game created with PyGame for Intro to Software Systems course during Spring 2020
https://github.com/deutranium/river-crossing-game
pygame pygame-games
Last synced: 4 months ago
JSON representation
A simple two player game created with PyGame for Intro to Software Systems course during Spring 2020
- Host: GitHub
- URL: https://github.com/deutranium/river-crossing-game
- Owner: deutranium
- Created: 2020-04-30T09:38:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T09:42:27.000Z (over 5 years ago)
- Last Synced: 2025-04-04T07:42:49.249Z (7 months ago)
- Topics: pygame, pygame-games
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# River Crossing Game
To play, clone the repo, navigate to it and run the following command
```
python3 index.py
```