Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conjfrnk/15-112-term-project
Dollar store Pacman - my term project for CMU 15-112 (fundamentals of programming and computer science)
https://github.com/conjfrnk/15-112-term-project
Last synced: about 2 months ago
JSON representation
Dollar store Pacman - my term project for CMU 15-112 (fundamentals of programming and computer science)
- Host: GitHub
- URL: https://github.com/conjfrnk/15-112-term-project
- Owner: conjfrnk
- License: mit
- Created: 2021-08-09T15:50:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T14:50:29.000Z (almost 3 years ago)
- Last Synced: 2023-07-14T00:23:02.638Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
Project Description:
Name: Pacman++
Description: A remixed version of Pacman, the arcade classic, with some extra features added.How to run the project:
Run `python main.py` if running in a terminal. Otherwise, run the file "main.py" in your text editorWhich libraries/modules need to be installed:
cmu_112_graphics optionally requires PIL (pillow), and this project uses features which trigger this requirement. You should install pillow.A list of any shortcut commands that exist:
There are none. Arrow keys and WASD can be used interchangeably, though.