Overview
-Black Ice Games changed from using XNA to using Stencyl.
-Build Tutorial Levels- including character movement, switches, doors, scene changes, and blocks.
-Design basic art to import into the game
-Design prototypes for puzzles
-Work on figuring out how light mechanic will work.
Reason for Switch
Black Ice Games recently decided to switch to Stencly instead of using XNA. The goal of Black Ice Games is to create a well designed and fun to play puzzle-platformer. XNA was found to be a little to difficult and time consuming to use for this purpose, and with the time constraints that are driving the development, a faster method was needed. Stencly allows Black Ice Games to step into the development of the game faster. This will allow for an overall better designed game during the time given.
Tutorial Level
![]() |
| Figure 4-4: Concept of Tutorial Level |
Art
The character animations for the idle stance is finished. For the movement, a simply code of adding slight rotation will give it more of an illusion of movement. The texture/tileset of the stage will resemble the same art style of "Limbo". Art is being develop in Flash.
Puzzles
Figures 4-1, 4-2, and 4-3 are all concepts and initial designs of puzzles to be implemented in the game.
![]() |
| Figure 4-1: Design of intro stage involving movement and elevators. |
![]() |
| Figure 4-2: Rough concept of very first stage. |
![]() |
| Figure 4-3: Rough design of first or second stage involving the light. |
Mechanic
A key mechanic in the game is to allow the player to use a light that will reveal hidden objects. So in the implementation of this idea the light actor has to follow the position of the mouse. So far it partially works. The main issue right now is that the light doesn't completely follow the mouse as the screen scrolls. In the image below it can be seen where the position of the light is compared to the actual position of the mouse.
The switch mechanic uses values as boolean in order to activate various object when the character is within range and presses the action button.
The door is an actor that has a colliding surface when active and a non colliding surface when inactive.
Elevators push a player up or slowly lower the player down when active.





No comments:
Post a Comment