Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bontail/assemblerball

2D game
https://github.com/bontail/assemblerball

arm arm-assembly arm-assembly-language arm64 assembler assembly assembly-language assembly-language-programming python sdl2 socket

Last synced: 21 days ago
JSON representation

2D game

Awesome Lists containing this project

README

        

# AssemblerBall

#### 2D game written in ARM Assembly with SDL2

![AssemblerBall Process](AssemblerBallProcess.gif)

### Git

```shell
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

```shell
make start_server
```
Open a second terminal window.

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