Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorharri-chal/tower-defense

🏰 A Tower Defense game coded in C with the CSML library. Done on my 1st year at Epitech
https://github.com/victorharri-chal/tower-defense

c csfml epitech first-year-project game graphical-programming teamwork tower-defense

Last synced: 16 days ago
JSON representation

🏰 A Tower Defense game coded in C with the CSML library. Done on my 1st year at Epitech

Awesome Lists containing this project

README

        

# my_defender

## A Tower Defense game coded in C with the CSML library

![MY_DEFENDER](my_defender.png)
![GAME_SCENE](game_scene.png)

## Requirements
* GCC
* CSFML library

## Usage

``` zsh
make
./my_defender
```
With this project I learned graphical programming, and how to use CFSML and collaborating with a mate.

I made this project with Simon LeFourn.