top of page

Introduction

Spooky Skeleton is a 2D platform game.

There is one playable character, a skeleton, and two different levels with a spooky atmosphere.

The first level is set inside a cave, and the second level is set in the outside of that cave.

Gameplay

Texture editado.png

Team Members

​

Pol Recasens Sarrà

IMG-20171227-WA0018 editado.jpg

Yessica Servin Dominguez

yess.PNG

About Game

How to Play

​

You must reach the end of each level, avoiding or killing enemies while collecting all the coins.

You can check the controls below. Have fun!

Game Controls

[SPACE] = Jump

[LEFT_ARROW] = Move left

[RIGHT_ARROW] = Move right

[Q] = Attack

[ESC] = Open menu

Innovation

We have included ice platforms. If the player is on them, he slides over the platform.

Player can attack zombies and kill them.

UI Elements are readed from parsing xml.

Main core subsystems of the game

The game code is structured in modules. The main module (called j1App.cpp) manages all the other modules calling in a loop its respective awake, preupdate, update, postupdte, cleanup that they share thorugh a base class j1Module.

We have created a entity factory system, for a better organization and performance, along with an UI module that manages all the events that happen in UI and it’s independent to everything else.

Textures, file paths, and levels are read and loaded through parsing xml files. This, improve readability, makes easier to make changes and allow to avoid magic numbers.

Download &

Play Now!

Installation

To install the game follow the next steps

1. Click in the link you will find in the bottom of the page

2. Download the last release

3. Once the .zip is downloaded, decompress it

4. Execute the game and enjoy it!

 

IMPORTANT: do not modify, change or add any folder or file as you might not be able to execute the game. ___

bottom of page