1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29# War
War is a turn-based game on CLI (Command Line Interface) based on C programming language.
The GUI in CLI used in this game were based on Linux based kernel.
War is a game based only on **procedural programming paradigm** and mainly to showcase the capabilities of **data structure**.
## Getting Started
First, you will need :
1. Linux-based terminal
2. gcc (recommended version 5.4.0)
3. git (optional, but it is easier to just clone this repo)<br>
To clone this repo type ```git clone https://github.com/William9923/Alstrukdat.git``` in your terminal.
## Usage
To compile :
```bash
gcc main.c -o main -lm
```
To run the game :
```bash
./main
```
## Created Using : gcc (v5.4.0)
## Contributor:
1.[Arief](https://github.com/ariefdarmawant)<br>
2.[Felix](https://github.com/felixsetiawan)<br>
3.[Hengky](https://github.com/hengkysuryaa)