[go: up one dir, main page]

Skip to content

A simple implementation of the OSU rhythm game using the RayLib library and the C programming language. The game was created as part of an academic project

Notifications You must be signed in to change notification settings

Manosgou/OSU-Wanna-Be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSU Wanna Be

A simple implementation of the OSU rhythm game using the RayLib library and the C programming language. The game was created as part of an academic project.

Build

This project uses the CMake tool. So it is necessary to install CMake, depending on your operating system. You should also install the Make tool for generating executable files

Use the following commands to generate build files in separate directory and build the project (You do not need to manually install RayLib before running the following commands. The CMakeLists.txt file included in the project will take care of that):

cmake -B build && cmake --build build

After the command is successfully executed, a folder named build will be created inside the /src directory. The folder will contain all the necessary build files, including the executable binary named example and also a Makefile for compiling the source code.

Created using RayLib version 5.0, no external dependencies required.

About

A simple implementation of the OSU rhythm game using the RayLib library and the C programming language. The game was created as part of an academic project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published