Skip to content

LastFlower/game-off-2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxie Coody - An HTML5 Puzzle Game

Boxie Coody is an Sokuban-like puzzle game, participating GitHub Game Off 2016.

Introduction

It is your first day as a worker of BoxieHub. Coody, your fellow robot, will teach how to finish your daily work.

Welcome to BoxieHub!

Coody

In this game, you can

  • meet Coody the cute robot
  • move the boxies with the Coody's help
  • hack Coody (really?)

How to Play

Play at http://lastflower.github.io/game-off-2016 with latest Chrome or Firefox.

Use mouse to control, or keyboard shortcuts

  • space to communicate
  • arrow keys or WASD to move
  • [1] [2] to use a special program
  • [R] to undo last step
  • [L] to reset whole level (secret :)

CREDIT

LastFlower Team (LastLeaf, tongtongggggg)

  • Game design: LastLeaf, tongtongggggg
  • Coding: LastLeaf
  • Art & SE: LastLeaf, tongtongggggg

Special Thanks to Chossy Zhang for testing and advices.

Our GitHub Game Off 2015 Game, A Lighted Story is also playable at GitHub Pages. Play A Lighted Story

Screenshot

Screenshot

About the Code and Tools

This game is based on HTML5 technologies. Unlike HTML5 canvas games, this game is largely based on SVG and simple DOM animations, so that it can work without any game framework.

Some SVG graphics is done with Inkscape. Sound effects is done with LMMS and GeneralUser GS.

LICENSE

The content of this game is under Creative Commons Attribution-ShareAlike 4.0 International. The software of this game is under MIT LICENSE. The Varela Round font is under Open Font License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • CSS 8.4%
  • HTML 8.2%