Skip to content

bontail/AssemblerBall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssemblerBall

2D game written in ARM Assembly with SDL2

AssemblerBall Process

Git

git clone https://github.com/bontail/AssemblerBall.git

To run the game, you will need to have SDL2 library, Python, Cmake installed on your system.
You can install SDL2 library using your system's package manager or by downloading them from their respective websites.

Run

make start_server

Open a second terminal window.

mkdir build && cd build
cmake .. && cmake --build .
./AssemblerBall