https://github.com/derilulzz/hotline-rio
Hotline Miami but in Brazil
https://github.com/derilulzz/hotline-rio
cpp game hotline-miami open-source raylib-cpp
Last synced: 4 months ago
JSON representation
Hotline Miami but in Brazil
- Host: GitHub
- URL: https://github.com/derilulzz/hotline-rio
- Owner: derilulzz
- Created: 2025-02-20T19:28:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T20:09:13.000Z (4 months ago)
- Last Synced: 2025-02-20T20:31:05.016Z (4 months ago)
- Topics: cpp, game, hotline-miami, open-source, raylib-cpp
- Language: C
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Hotline Rio, hotline miami but in Rio De Janeiro, Brazil**
if anyone wants to contribute to the project, you're welcome
# How to compile the game:
## Windows:
install the [w64devkit](https://github.com/skeeto/w64devkit),
install [raylib](https://www.raylib.com/),
and then put the raylib.h, raymath.h and rlgl.h in the include files of the w64devkit,
after that run w64devkit, enter in to the folder that you cloned the game files, and then run `bash run.bash`
## Linux:
### Arch:
open an cmd window and run the command `sudo pacman -S raylib`, that will install raylib, and then you can just go to the folder that you cloned the game and run `bash run.bash`
### Ubuntu:
follow the [raylib installation guide](https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux) and then you can just go to the folder that you cloned the game and run `bash run.bash`