Following a tutorial series by Ignacio Oyarzabal.
You can run the code by following the instructions below.
- C compiler (e.g., gcc)
- Make for Linux or MinGW for Windows
- Terminal or Command Prompt
- Clone the repository
git clone- Compile the code
For Linux or MacOS (or Windows if you have Make or MinGW installed):
makeFor Windows:
make.bat- Run the executable
For Linux or MacOS:
./rogueFor Windows:
rogue.exeThis repository is licensed under the Apache 2.0 License.