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

Author Topic: Life Game  (Read 4298 times)

0 Members and 1 Guest are viewing this topic.

Akzafield

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Life Game
« 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->







(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 ! :)
« Last Edit: February 23, 2019, 09:14:12 pm by Akzafield »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Life Game
« Reply #1 on: March 01, 2019, 08:48:08 am »
Looks neat. Do you plan to further expand it? :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Akzafield

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Life Game
« Reply #2 on: March 01, 2019, 11:08:23 pm »
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.

Nekoninja

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Life Game
« Reply #3 on: January 02, 2021, 06:19:31 am »
Is the source available? It look so interesting to learn how you did it.

 

anything