01-08-2024, 01:51 PM
(This post was last modified: 01-08-2024, 01:55 PM by 1micha.elok.)
(01-04-2024, 05:20 PM)Marcus Wrote: This is a game that I started working ...
The game's title as "Platforms and Ladders" inspired me to recreate a simplified version of "Snakes and Ladders" ... A player can climb the ladder and he should avoid the snake's tail....
Snakes_and_ladders.zip (Size: 30.42 KB / Downloads: 4)
This simplification is made just for fun only and as a way to make me easier to understand the logic behind it .... Oh, no, the Platforms and Ladders uses Object Oriented style ...
Sprite, Item and Player are classes
Item and Player inherit properties and methods/functions from Sprite
vItem is an object of Item
vPlayer is an object of Player ... etc.
However, the most important thing, it's very enjoyable to play around with Naalaa
It's Great !