mupfdev / TauCeti

A cross-platform 2D sci-fi themed tech demo using eszFW

Home Page:https://eszfw.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS REPOSITORY HAS DISCONTINUED

This project is no longer maintained. It is now part of eszFW.

Tau Ceti

GitHub project Licence Build status Codacy Badge

About

Tau Ceti is a cross-platform 2D sci-fi themed tech demo written in C to demonstrate the capabilities of eszFW: a cross-platform game engine written.

Tau Ceti Tau Ceti

Status

Update: I started by rewriting the entire engine from scratch. Until the next release this project is in an incomplete state.

Android version

An Android version is available on Google Play:

Get it on Google Play

Controls

To play the game using the touch screen, simply hold your finger in the direction you want to go. To jump, swipe your finger up and to crouch, hold your finger on the bottom of the screen.

F:       toggle fullscreen
Q:       quit
SPACE:   jump
LEFT:    walk left
RIGHT:   walk right
DOWN:    crouch

Compiling

First clone the repository including the submodules:

git clone --recurse-submodules -j2 https://github.com/mupfelofen-de/TauCeti.git
cd TauCeti

To compile TauCeti under Linux use CMake as follows:

mkdir build
cd build
cmake ..
make

You can also use TauCeti with cute_tiled instead of libTMX. Just enable the respective CMake option:

cmake -DUSE_CUTE_TILED=ON ..

You can run the demo by entering:

ln -s ../res
./TauCeti

Licence and Credits

This project is licensed under the "The MIT License". See the file LICENSE.md for details.

Warped City by Luis Zuno (@ansimuz). Dedicated to public domain.

Every other work is also dedicated to public domain.

About

A cross-platform 2D sci-fi themed tech demo using eszFW

https://eszfw.de

License:MIT License


Languages

Language:C 77.3%Language:CMake 8.5%Language:Nix 8.0%Language:Makefile 6.2%