SFML community forums
General => SFML projects => Topic started by: Akzafield on February 23, 2019, 09:05:27 pm
-
Hello there !
Here is the first true attempt I had to make something with SFML (well started off by testing how many thing I could put on the screen it ended up like this after a few week xD.)
So this "game" is about.. well looking and changing a small ecosystem by adding you own creature into it (by changing the game file or use the simple In game UI) and... thats it. This small game/project is not realy worket anymore as I dont have the time for it and I am working on something else on the SFML.
Here are a few screenshot of it->
(https://i.imgur.com/D7YYoib.jpg)
(https://i.imgur.com/2zvSIiH.png)
(https://i.imgur.com/4XScksx.png)
(In case of [img] not working ) ->
https://imgur.com/D7YYoib
https://imgur.com/a/foKA6zm
https://i.imgur.com/4XScksx.png
Feature ->
-Creature will move around , eat their designated food , reproduce and die of old age or being eated by something
-Tree will grow near alrealy existing tree
-Ability to create/modify your own creature via the game file (.txt)
-Ability to modify the landscape (deleting,adding tree,water,rock..)
-Ability to set stuff on fire (Muhahahaha...)
-Support between 2000 to 5000 creature on the map
-Different "Biome" are generated on the map
-All world are being randomly-generate at each "new game"
-256*256 size world
Thing to know before starting :
- A freez may occur a few second after a map load , this will last for a few second and then the game will resume itself without freezing anymore.
- Will not work on older/very weak graphical card (due to how the world is displayed)
-You can move the camera by using the Arrow key and zoom in/out by using your mouse wheel
Download it on itchio :
https://akzafield.itch.io/life-game
Thank you ! :)
-
Looks neat. Do you plan to further expand it? :)
-
Nop , at least at the moment, dont have the time anymore , and I am searching for a job atm :x, plus the code that I did for this is euhm.. well quite old quand I dont like the way its working so It would require a lot of work to put it back on track :p.
-
Is the source available? It look so interesting to learn how you did it.