Skip to content

drjam2005/Cuber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuber (Name on WIP still)

quick little project so i could play the cstimer.net virtual cube offline lol

How To Play

  • Moves are just the same as in cstimer.net
  • Ctrl + Q -> quit

Building and Running

Warning

Dependencies (for Building):

  • CMake
  • C++ Compiler (ideally gcc)
  • MinGW compiler (Windows)

-- Unix Systems:

	$ mkdir build
	$ cd build/
	$ cmake ..
	$ make
  • Running:
	$ ./Cuber

-- Windows Systems:

	$ cmake -S . -B build -G "MinGW Makefiles"
	$ cmake --build build
  • Running:
	$ Cuber.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors