๐Ÿ“ฆ William9923 / War

A simple turn based C programming game that showcase the capabilities of procedural paradigm in programming

โ˜… 0 stars โ‘‚ 1 forks ๐Ÿ‘ 0 watching
cligamelinuxwar
๐Ÿ“ฅ Clone https://github.com/William9923/War.git
HTTPS git clone https://github.com/William9923/War.git
SSH git clone git@github.com:William9923/War.git
CLI gh repo clone William9923/War
William Ong William Ong Update readme.md 07609ae 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ ADT
๐Ÿ“ Prosedur
๐Ÿ“„ file konfig.txt
๐Ÿ“„ include.h
๐Ÿ“„ main
๐Ÿ“„ main.c
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

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 :
  • Linux-based terminal
  • gcc (recommended version 5.4.0)
  • git (optional, but it is easier to just clone this repo)
To clone this repo type ``git clone https://github.com/William9923/Alstrukdat.git`` in your terminal.

Usage

To compile :
gcc main.c -o main -lm
To run the game :
./main

Created Using : gcc (v5.4.0)

Contributor:

1.Arief
2.Felix
3.Hengky