Skip to content

aabdullahhh1/Xonix-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xonix-Game

To run this game, run the following commands:

sudo apt update
sudo apt install cmake
sudo apt install build-essential
sudo apt install libsfml-dev
mkdir build
cd build
cmake ..
make # (use “sudo apt install make” if not already installed on your system)

Now open the build folder — you'll find an executable file named xonix.

./xonix

sample



Features

  • Classic Xonix-style gameplay
  • Smooth 2D graphics using SFML
  • Single-player and Two-player mode available for competitive fun

About

Xonix-Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.3%
  • CMake 0.7%