MaciejSzybiak / roguelike-project

A very simple roguelike game written purely in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Build Status

This project is a simple turn-based roguelike game. Its goal is to provide the basic functionality of this game type while keeping it as simple as possible.

game screenshot

The game uses freeglut library for simplified OpenGL implementation and stb_image.h file from stb library for PNG file support.

Compiling

Windows

The code includes a VS2017 project file which can be used to easily compile a Windows executable. All required dependencies are included in this repository.

Linux

A Linux executable can be created using the provided Makefile.

Before compiling install the freeglut library using apt-get install freeglut3-dev command.

Running the game

After building the game using Visual Studio or the Makefile you should have all required files set up correctly in the bin/ directory.

If you are running the game on Linux make sure the freeglut3 package is installed on your system.

About

A very simple roguelike game written purely in C.

License:The Unlicense


Languages

Language:C 99.3%Language:C++ 0.3%Language:Makefile 0.3%