Skip to content

william-hazem/Worm-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Worm-Game

A simple C++ project using SFML library.

Spoiler: It's a snake(not worm XD) game

Deps - Third Party

This project depends of SFML

Building and Compiling

If you use MinGW to compiler your C++ code, you may install SFML in the project folder and use this command in your terminal:

g++ src/* -I"include" -L"lib" -lsfml-graphics -lsfml-audio -lsfml-window -lsfml-system -o Worm_Game.exe

Luggage carrying worm

Contact-me

You're free to give me suggestions

About

A simple C++ project using SFML library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages