Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adityjhaa/numb

Nothing Else Matters!
https://github.com/adityjhaa/numb

Last synced: 2 months ago
JSON representation

Nothing Else Matters!

Awesome Lists containing this project

README

        

# NUMB


## Clone Repo
```bash
git clone https://github.com/adityjha0/numb.git
```


## Install Raylib

*Ubuntu Linux*
```bash
cp install.sh ~
cd
chmod +x install.sh
./install.sh
```

*Arch Linux*
```bash
cd
sudo pacman -Sy
sudo pacman -S raylib
```

For other Linux distributions, the installation process is documented here.

*Mac*
```bash
brew install raylib
```


## Build and run
```bash
make run
```