Skip to content

small 3D arcade spaceship game, avoid obstacles as long as possible

Notifications You must be signed in to change notification settings

sylGauthier/taik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

taik

Small, arcade 3D spaceship game. You control a small spaceship with the mouse, you have to avoid all the randomly generated walls and max your score.

Each level correspond to a seed. To progress to next level, you need to get at least 50 times your level in points, so progressing become increasingly hard.

It's in alpha, not really actively developed. It is a proof-of-concept and demo for our 3dmr minimal game engine.

screenshot

Install

You need to install 3dmr first:

git clone https://pedantic.software/git/3dmr
cd 3dmr
PREFIX=/usr sudo make install

Once 3dmr is installed:

git clone https://pedantic.software/git/taik
cd taik
make

Play

Launch with ./taik in the root directory of the repo, once built. Move your mouse to shift the ship left and right. Avoid all walls, including the ones on the side.

The score is displayed in the window's title bar.

About

small 3D arcade spaceship game, avoid obstacles as long as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published