37 lines
943 B
Markdown
37 lines
943 B
Markdown
# Fun Columns SDL
|
|
|
|
## Description:
|
|
The aim of this project is to implement the original Free Tools Association (FTA) version of their Fun Columns game in SDL
|
|
|
|
<b>Please Note:</b> This game is not in a playable state yet, you can compile and run though.
|
|
|
|
## Change-log:
|
|
|
|
* 04/05/2024 - Foundation code
|
|
|
|
## Compilation
|
|
type the following commands:
|
|
|
|
`make`
|
|
|
|
## Screenshot
|
|

|
|
|
|
## Misc.
|
|
* Run from command line or GUI
|
|
* To move game window using GNOME (Press Super [win] key) and right click/hold mouse) anywhere in game window.
|
|
|
|
## Todo
|
|
* Still a Work In Progress
|
|
* Cluster detection research routine (in progress)
|
|
* Hi score routine
|
|
* Points allocation routine
|
|
* No more moves routine
|
|
* Block reposition routine
|
|
* Timing
|
|
* There may be more that I have missed above
|
|
|
|
## Author(s)
|
|
* IIGS Version: FTA (1990/91)
|
|
* SDL Version: Jason Bou-Samra (2024)
|