GithubHelp home page GithubHelp logo

uzudil / abe Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 15.99 MB

Abe's Amazing Adventure!!

License: GNU General Public License v2.0

C 91.44% C++ 0.53% Objective-C 4.99% Python 1.82% Dockerfile 0.24% Shell 0.99%

abe's Introduction

Abe's Amazing Adventure!!

A platformer built for my son's 2nd birthday (decades ago...)

aaa

How to build it:

You will need the SDL and SDL_mixer libraries (v1.2) and scons to build Abe.

Mac:

brew install sdl sdl_mixer scons
scons --macos
./bin/abe

Linux:

Same as the mac except use the package manager of your choice (yum, apt, etc) to install sdl_dev and sdl_mixer_dev. Run scons by itself with no flags.

Windows:

Since I don't have access to windows, I set up a docker image to cross compile to an .exe via migw. You will need docker to run this build.

cd docker-build
./make.sh

The resulting abe.win.zip file should be the windows executable.

How to run it:

./abe

and in fullscreen mode: ./abe -f

on Windows: abe.exe

Notes:

You can also run: ./abe --help to see some other options. Abe can in video modes between 320x200 to 800x600. It needs at least a 16bpp mode. You can do: ./abe -t to see what video modes will run faster in fullscreen mode.

Controls:

This is only a demo, so please excuse the rough edges. On the startup screen, hit "SPACE" to run the game, or "ENTER" to run the editor. In general the keys are:

Game:

arrow keys - move space - jump enter - use a balloon esc - quit

Editor: (to enable the editor set Game.h/GOD_MODE to 1 and re-build)

arrow keys - move home,end,pageup,pagedown - move around by pages enter - put down tile 1,2,3 - select layer del,backspace - clear tile 5,6 - cycle thru tiles L - load map S - save map esc - quit q,w - make a slide (q-top left, w-bottom right) q,e - make a rectangle

abe's People

Contributors

uzudil avatar

Watchers

 avatar  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.