Giter Club home page Giter Club logo

caveexpress's Introduction

Build Status

General

This code repository contains the code and gamedata for two games

Homepage

CaveExpress

Media

CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. Master your pedal-powered flying machine to pick up packages from your cave-dwelling clients and drop them off at the collection point. But beware! Mighty mastodons, terrifying pterodactyls and others would rather see you extinct.

Features:

  • Multiplayer
  • Built-in mapeditor
  • Physics-based gameplay

Compilation

Requirements

  • SDL2 >= 2.0.4
  • SDL2_mixer
  • SDL2_net
  • SDL2_image
  • sqlite3
  • tinyxml2

On debian based systems do: sudo apt-get install libsdl2-mixer-dev libsdl2-net-dev libsdl2-image-dev libglm-dev libgtest-dev libbox2d-dev libsqlite3-dev liblua5.2-dev libyajl-dev libtinyxml2-de

Additionally you could install the following packages: sudo apt-get install binutils-dev libncurses5-dev pngcrush imagemagick

libncurses is only needed if you run caveexpress with -server as argument. Then you would get a headless interface for setting up a server. binutils-dev is only needed if you want to support stacktraces on crashes. pngcrush is only needed if you plan to add your own images and want to execute the make target to crush all the png files. imagemagick is also only needed if you plan to modify and add your own images and use existing makefile targets.

If you want to rebuild the texture atlas, then you also need TexturePacker

  • ./configure
  • make

Cross compile from linux for windows:

  • Set up a cross compile tool chain like MXE ** git clone https://github.com/mxe/mxe.git ** cd mxe && make sdl2 sdl2_image sdl2_mixer ** echo "PATH=path/to/mxe/usr/bin/" ~/.mxe.settings
  • ./configure --target-os=mingw64
  • make

Cross compile for android

  • make android-setup
  • ./configure --target-os=android
  • make

If you get an aapt - no such file or directory on 64bit debian based distributions, do the following: sudo apt-get install lib32stdc++6 sudo apt-get install lib32z1

Compile for HTML5 (emscripten)

  • make emscripten-setup
  • ./configure --target-os=html5
  • make

Compile for NaCl

  • make nacl-setup
  • ./configure --target-os=nacl
  • make nacl-installer
  • make nacl-start

CavePacker

Media

CavePacker is a sokoban game. It's just a few days old and only the basic things are working. This was meant as an experiment on how easy it would be to create a totally different game with the CaveExpress code base.

The maps are taken from XSokoban, KSokoban - the author of sasquatch and microban maps is David W. Skinner and the maps gri* are made by GRIGoRusha.

Btw.: Did I mention that this is a sokoban game that even supports network based multiplayer gaming. Check it out.

The multiplayer maps were all created by me and are released in the Public Domain.

License

Code is released under the GPL3 and the game data is released under CC BY-SA 4.0

caveexpress's People

Contributors

apoleon avatar mgerhardy avatar

Watchers

 avatar

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.