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

© 2023 by Space Alien. Proudly created with Wix.com

License

MIT License

Copyright (c) [2018] [Yessica Servin Dominguez & Pol Recasens Sarrà]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

bottom of page