Game: Snakes and Ladders

Share your advanced PureBasic knowledge/code with the community.
collectordave
Addict
Addict
Posts: 1310
Joined: Fri Aug 28, 2015 6:10 pm
Location: Portugal

Game: Snakes and Ladders

Post by collectordave »

Just a quick game of snakes and ladders. Not finished but working.

Version History

V 1.0.0 Original release :No Longer Available

V 1.1.0 Check boxes now work and slow movement of players added

Here is the github link to download:-

https://github.com/collectordave/PureBasic-Board-Game

Edit Dropbox link removed out of date github link added


Enjoy

CD
Last edited by collectordave on Fri Jan 13, 2017 7:45 am, edited 2 times in total.
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
User avatar
Derren
Enthusiast
Enthusiast
Posts: 316
Joined: Sat Jul 23, 2011 1:13 am
Location: Germany

Re: Game: Snakes and Ladders

Post by Derren »

Looks nice. The dice roll isn't as smooth as it could be with a Canvas Gadget (white parts flashing between the display of the images).
And the check marks next to the players do nothing. No matter what is selected, all 4 players are involved in the game.

At a later point, a nicer looking GUI and perhaps "real" (and slow) movement would be nice :)
collectordave
Addict
Addict
Posts: 1310
Joined: Fri Aug 28, 2015 6:10 pm
Location: Portugal

Re: Game: Snakes and Ladders

Post by collectordave »

Hi

Thanks for the feeedback.

Will try the canvas gadget for the dice with images.

The check marks were added as a last minute thing. The idea is that only the players selected will play.

Once done will update the link etc.

Regards

CD
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
User avatar
heartbone
Addict
Addict
Posts: 1058
Joined: Fri Apr 12, 2013 1:55 pm
Location: just outside of Ferguson

Re: Game: Snakes and Ladders

Post by heartbone »

It looks nice and friendly.
Keep it BASIC.
Post Reply