Skip to content
/ Xonix Public

Variation of game xonix mixed with pac-man style. Created for learning purposes. Uses SFML

Notifications You must be signed in to change notification settings

Eques72/Xonix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xonix, Pac-xon version

Xonix is a game concept invented first by Ilan Raab and Dani Katz in 1984. This is a variation of this concept created using C++20 with SMFL library.

I've made it to learn new cpp features, usage of external library and multithreading.

Installation

Clone this repository, install SFML 2.5.1 or later from offcial website Download SFML. Configure project in IDE thats supports C++20 features, link SFML to the project and compile it. Game should work after running project in debug or release mode. Keep all files in the same folder. Currently, game supports only FullHD resolution.

Example

example

Controls

Control your character using WASD or arrow keys

Project created for learning purposes

About

Variation of game xonix mixed with pac-man style. Created for learning purposes. Uses SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages