lispysnake / serpent-demo-bricks

2D Serpent Demo - Bricks Game

Repository from Github https://github.comlispysnake/serpent-demo-bricksRepository from Github https://github.comlispysnake/serpent-demo-bricks

Serpent Bricks Demo

License

Simple Serpent demonstration employing the age-old premise of 'break the bricks'. Highly similar to serpent-demo-paddle, but significantly less boring.

Building

To get the dependencies on Solus, issue the following command:

sudo eopkg it -c system.devel sdl2-image-devel sdl2-devel mesalib-devel ldc dub dmd

As with Serpent, you will currently need to have serpent-support checked out and built locally. We're going to address this to allow linking to dynamic bgfx, etc, to make this step much easier.

Make sure you have all modules cloned recursively:

git submodule update --init --recursive

./scripts/build.sh

Running

./bin/serpent-demo-bricks

About

2D Serpent Demo - Bricks Game

License:zlib License


Languages

Language:D 94.6%Language:Shell 5.4%