Puzzle game

Just BASIC Games
Post Reply
SirDavid
Posts: 6
Joined: Thu Feb 21, 2008 12:28 pm

Puzzle game

Post by SirDavid »

Hello. I made a puzzle game based on an online puzzle game. I think it's pretty fun to play but it needs levels. Oh well, I will update it if I make more. Enjoy!
Attachments
psychopath6.zip
Here is a puzzle game that I think is fun, but it needs levels.
(3.24 KiB) Downloaded 514 times
AndyAmaya
Posts: 38
Joined: Sun Sep 17, 2006 8:12 pm

Puzzle game with new graphics

Post by AndyAmaya »

Here's a modified version of SirDavid's game with the following changes:
- bitmap graphics for tiles, game field, and backdrop
- compression and decompression routines when loading a level
- save new level to disk as well as 'MainWin' (displays compressed and un-compressed levels)
- routines to load either compressed or un-compressed levels by commenting unused routine
- centered playing field
- two new levels added (very easy but used to test design level routines)

Have tested as best I can to make sure that everything works as it did originally. In fact most of the original code is intact except for load and display routines.

[Edit] Re-uploaded the file so that you don't have to manually comment out using compressed or un-compressed data levels. Now just change the 'codeFlag' variable at the top of the program listing. :)

[Edit] Re-upped file again, this time it includes auto-detecting code for compressed or un-compressed levels.

It also included 1 more level. :)
Attachments
psychopath6 (mod by Andy Amaya).zip
modified puzzle game
(47.76 KiB) Downloaded 536 times
Post Reply