Update README.md

This commit is contained in:
Jason Bou-Samra
2024-06-11 15:27:13 +10:00
committed by GitHub
parent ce73fb6ab0
commit f1c3c119da
+12 -8
View File
@@ -1,7 +1,10 @@
# Fun Columns SDL # Fun Columns SDL
## Description: ## Description:
The aim of this project is to implement the original Free Tools Association (FTA) version of their Fun Columns game in SDL The aim of this project is to implement the original Free Tools Association (FTA) version of their Fun Columns game in SDL.
For those who may not have heard of the Free Tools Association (FTA) and their influence within the Apple IIGS community many
decades ago, a [website](http://www.freetoolsassociation.com/) is still maintained by Olivier Goguel (one of the original members of the group).
<b>Please Note:</b> This game is not in a playable state yet, you can compile and run though. <b>Please Note:</b> This game is not in a playable state yet, you can compile and run though.
@@ -10,8 +13,8 @@ The aim of this project is to implement the original Free Tools Association (FTA
* 04/05/2024 - Foundation code * 04/05/2024 - Foundation code
## Compilation ## Compilation
* make sure to install SDL development and SDL Image Development libraries * Make sure to install SDL-development and SDL-Image-Development libraries
* type the following command: * Type the following command and push enter:
`make` `make`
@@ -24,13 +27,14 @@ The aim of this project is to implement the original Free Tools Association (FTA
## Todo ## Todo
* Still a Work In Progress * Still a Work In Progress
* Cluster detection research routine (in progress) * Cluster detection research routine (in progress - almost done)
* Hi score routine * Hi scores routine
* Points allocation routine * Points allocation routine
* No more moves / game over routine * No more moves / game over routine
* Block removal / reposition routine * Block detection / removal / realignment
* Tile cycling * Block rotation / xy movement / drop
* Random block selection * Next Piece
* Random block selection / position
* Game loop timing * Game loop timing
* Intro page / music * Intro page / music
* Game play music / sound fx * Game play music / sound fx