Tiles-1-0-0 - Tiles placement game

Post your Gambas programming questions here.
Post Reply
waspentalive
Posts: 10
Joined: Saturday 16th February 2019 5:55pm

Tiles-1-0-0 - Tiles placement game

Post by waspentalive »

The goal is to make it to the end of Level 7 and to do it with the most points.

One way to get points is to place like tiles next to each other. Like neighbors are removed from the board and points are the result. The board wraps on both edges. There are other bonuses that I leave up to the player to find. The game ends after placing 7 levels of 49 tiles or when the board is full.

Let me know what you think! This program is provided under GPL3 - Read the GPL at https://www.gnu.org/licenses/gpl.html

I have yet to learn how to publish this.
Attachments
Tiles-1-0-0.tar.gz
(28.18 KiB) Downloaded 380 times
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Tiles-1-0-0 - Tiles placement game

Post by cogier »

Post Reply