https://github.com/ronylee11/alien-vs-zombies
programming assignment
https://github.com/ronylee11/alien-vs-zombies
Last synced: 11 months ago
JSON representation
programming assignment
- Host: GitHub
- URL: https://github.com/ronylee11/alien-vs-zombies
- Owner: ronylee11
- Created: 2023-01-19T01:12:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T20:21:04.000Z (over 3 years ago)
- Last Synced: 2025-06-20T10:24:13.843Z (about 1 year ago)
- Language: C++
- Size: 314 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alien vs. Zombie
Simple cli game inspired by 'Alien Path'.
Game Settings
Game Dashboard
## Compilation Instructions
How to run the code?
```
g++ pf/*.cpp main.cpp -o main.exe && ./main.exe
```
## User Manual
Game Instructions (On Arrow Key Input)
```
Instructions
1. arrow keys -> Move Alien
2. h -> Display Help Message
3. q -> Quit Game
4. s -> Save File
```
Game Instructions (On Type Commands Input)
```
Instructions :
1. up/down/left/right -> Move Alien
2. help -> Display Help Message
3. quit -> Quit Game
4. save -> Save File
```
Run the code.
## Progress Log
- [Part 1](PART1.md)
- [Part 2](PART2.md)
## Contributors
- Lee Rong Yi
- Moali Douaa
- Abdulkafi Waleed Abdulkafi Al Malami