Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorharri-chal/tower-defense
- Owner: VictorHarri-Chal
- License: mit
- Created: 2021-05-27T15:51:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T15:22:02.000Z (over 3 years ago)
- Last Synced: 2024-10-31T22:13:15.213Z (2 months ago)
- Topics: c, csfml, epitech, first-year-project, game, graphical-programming, teamwork, tower-defense
- Language: C
- Homepage:
- Size: 6.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.