Git Product home page Git Product logo

keycraft's Introduction

KeyCraft

A voxel/block building game for the FunKey S.
Includes basic blocks, plants, functional redstone, TNT and a programmable computer block.

Controls:

D-Pad: Look (up/down/left/right)
A: Place block or interact with block
B: Remove block
X: Move forward
Y: Jump
Start: Open inventory
Select: Switch hotbar slot
L/R: Switch inventory tab

Building

Required libraries (debian package names):

libsdl1.2-dev
libsdl-image1.2-dev
libsdl-mixer1.2-dev
libmikmod-dev

KeyCraft uses TinyGL for rendering.

Since the FunKey uses 16-bit color, adjusting include/zfeatures.h is required:

#define TGL_NO_DRAW_COLOR 0xf81f

#define TGL_FEATURE_16_BITS        1
#define TGL_FEATURE_32_BITS        0

Compile TinyGL via

gcc -O3 -flto -c *.c
ar rcs libTinyGL.a *.o

for linux and via

/opt/funkey-sdk/usr/bin/arm-linux-gcc -O3 -flto -c *.c -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4
/opt/funkey-sdk/usr/bin/arm-linux-gcc-ar rcs libTinyGL-fk.a *.o

for the FunKey.

Then adjust the TINGYGL_LIB and TINYGL_INCLUDE paths in the makefile and funkey.mk.

Finally, you can compile the project with make.
make debug creates a debug build for linux.
make TARGET=funkey creates a FunKey build.
make oclean cleans up object files. Required before switching between linux and FunKey builds.
./package.sh combines several commands to create a ready-to-go OPK file for the FunKey.

keycraft's People

Contributors

robbi-blechdose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rhutkovich

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.