A minigame collect made using raylib
The application is a collection of minigames,which are fast,responsive and somewhat bug free. Raylib was used to implement GUI,src code in C Bug fixes,better animations/transitions coming in the future.
-
Pull the github repository and open terminal in the folder
-
Run the following command
.\scripts\build_game.ps1
. -
Incase
GAME.exe
has not been generated and there are messages regardingskipping incompatible
run.\scripts\fix_incompat.ps1
. -
Run
.\scripts\build_game.ps1
once again -
Scripts to install on
linux
OS will be updated shortly ;)
- The project contains 3 minigames
- Start by clicking either of the images for games
- Click the cow for credits
- W and S for PLAYER1
- ARROW_UP and ARROW_DOWN for PLAYER2
- Use mouseclicks
- Use mouseclicks
- The build scripts rn are powershell files (srry Penguin gang).
- CMake will be implemented later
- All code lies on
- src/main.c
- src/essentials.c
- include/utils.c