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

https://github.com/rabinadk1/kurukshetra

Academic project on OOP( C++ ) by @safalthapaliya, @samipism and @rabinadk1
https://github.com/rabinadk1/kurukshetra

cpp98 oop sfml

Last synced: 3 months ago
JSON representation

Academic project on OOP( C++ ) by @safalthapaliya, @samipism and @rabinadk1

Awesome Lists containing this project

README

          

# KURUKSHETRA

## Building Instructions

The project was done using Linux filesystem, for the ease of building, use a linux machine.

__Dependencies__:
SFML 2.5.1

### Using Cmake from commandline

From our base project directory, type in the following commands:
```sh
$ cmake CMakeLists.txt -B kurukshetra
$ cd kurukshetra/
$ make
$ ./kurukshetra
```

### Using CLion IDE from _JetBrains_

Open this folder from CLion IDE and click on play button on the top bar of CLion IDE and the IDE does the work itself.