Skip to content

juan-medina/lasers-and-bots

Repository files navigation

Lasers and Bots

A game with lasers and bots

License: Apache2

info

This is an experimental open source game currently under development, it uses a 2d physics engine to implement a platformer.

video demo

click the image bellow

video demo

game controls

  • Keyboard
    LEFT          : CURSOR: LEFT  / KEY: A
    RIGHT         : CURSOR: RIGHT / KEY: D
    JUMP          : CURSOR: UP    / KEY: W           / SPACE
    PAUSE         : F5
    
  • Gamepad / Joystick
    LEFT          : D-PAD:  LEFT   / JOYSTICK: LEFT  / SHOULDER: LEFT
    RIGHT         : D-PAD:  RIGHT  / JOYSTICK: RIGHT / SHOULDER: RIGHT
    JUMP          : D-PAD:  UP     / JOYSTICK: UP    / BUTTON: A
    PAUSE         : BUTTON: START
    

menu controls

  • Keyboard
    LEFT          : CURSOR: LEFT  / KEY: A
    RIGHT         : CURSOR: RIGHT / KEY: D
    UP            : CURSOR: UP    / KEY: W
    DOWN          : CURSOR: DOWN  / KEY: S
    SELECT        : ENTER         / SPACE
    BACK          : ESCAPE
    
  • Gamepad / Joystick
    LEFT          : D-PAD:  LEFT   / JOYSTICK: LEFT  / SHOULDER: LEFT
    RIGHT         : D-PAD:  RIGHT  / JOYSTICK: RIGHT / SHOULDER: RIGHT
    UP            : D-PAD:  UP     / JOYSTICK: UP
    DOWN          : D-PAD:  DOWN   / JOYSTICK: DOWN
    SELECT        : BUTTON: A
    BACK          : BUTTON: SELECT / BUTTON: B
    

requirements

  • C++ compiler for your platform (clang, gcc, etc.)
  • C++ IDE (XCode, Visual Studio Express, etc.)
  • python

building

Init submodules

$ git submodule update --init

Update cocos2d-x files

$ cd cocos2d
$ git submodule update --init
$ python download-deps.py

Now you could open the project folder for the platform you like to use:

  • proj.ios_mac
  • proj.win32
  • proj.android
  • proj.linux

resources

About

A simple open source game with lasers and bots

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published