An open API service indexing awesome lists of open source software.

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

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`