Skip to content

Glowstudent777/RogueLike-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RogueLike in C

Following a tutorial series by Ignacio Oyarzabal.

Running the code

You can run the code by following the instructions below.

Prerequisites

  • C compiler (e.g., gcc)
  • Make for Linux or MinGW for Windows
  • Terminal or Command Prompt

Instructions

  1. Clone the repository
git clone
  1. Compile the code

For Linux or MacOS (or Windows if you have Make or MinGW installed):

make

For Windows:

make.bat
  1. Run the executable

For Linux or MacOS:

./rogue

For Windows:

rogue.exe

License

This repository is licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published