Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: FLTM (+source code)  (Read 2802 times)

0 Members and 1 Guest are viewing this topic.

thebwainz

  • Newbie
  • *
  • Posts: 32
    • View Profile
FLTM (+source code)
« on: February 04, 2017, 03:36:37 pm »
Hi, I made a small game in the past few days

There are 4 groups of differently colored tiles (top, right, bottom, left).

Each turn tiles are flipped over and you have to select the groups of tiles in the correct order (from the group with the fewest tiles to the one with the most) as fast as possible.

There are also game settings that can be customized, namely the game's difficulty (affects group difference and time per turn), the number of turns per run, and whether each turn has a time limit.

(click to show/hide)
(click to show/hide)
(click to show/hide)
(click to show/hide)

Short gameplay video:

Download the game here (~800KB)

Source code

Let me know what you think 8) I included the source code this time because I was asked to do so
« Last Edit: February 05, 2017, 09:44:53 am by thebwainz »

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: FLTM (+source code)
« Reply #1 on: February 05, 2017, 12:46:53 pm »
Looks good. I see that it could be addictive and annoying in equal measure, like a lot of addictive games!

A question about the controls: do you need to "select" an area and then press enter to make your decision? It's not fully clear but if it is that way, I think it would be better to be able to only press the direction corresponding to the area to allow quicker selection.
It's very likely that you are already doing this way. Just thought I'd make sure :P
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

thebwainz

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: FLTM (+source code)
« Reply #2 on: February 05, 2017, 04:01:28 pm »
Yeah just press the arrow keys (or WASD or Numpad8/4/5/6) and it will select the respective group

man'O'war

  • Newbie
  • *
  • Posts: 46
  • What needs to be done is done by those capable.
    • View Profile
Re: FLTM (+source code)
« Reply #3 on: February 13, 2017, 04:12:54 pm »
Hei there.
Just for my curiosity, was it inspired from the Blokus board game ?
Gameplay is not similar but still . http://cn.bing.com/images/search?q=blokus&id=2FD05253E4A5D29525B0535FB1FFA0A33BEA8D07&FORM=IQFRBA

Wish you good luck for the rest . ^^

 

anything