Manosgou / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 86.9%Language:C 13.1%