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
- Host: GitHub
- URL: https://github.com/rabinadk1/kurukshetra
- Owner: rabinadk1
- License: gpl-3.0
- Created: 2019-02-12T15:25:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T18:06:36.000Z (about 7 years ago)
- Last Synced: 2025-05-15T12:42:00.368Z (about 1 year ago)
- Topics: cpp98, oop, sfml
- Language: C++
- Homepage:
- Size: 24.7 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.