An open API service indexing awesome lists of open source software.

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

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