Skip to content

MarkelZ/physics_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physics Game

Description

This is a game that uses a very simple physics engine that I made.

screenshot

Dependencies

  • SFML 2.5 - install using following command:
sudo apt-get install libsfml-dev

Building

The project can be built as follows:

mkdir build
cd build
cmake ..
make

Running

Inside the build directory the game can be run with:

cd game
./game

License

This code is licensed under the terms of the MIT license.

About

Game that uses a custom physics engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages