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

Author Topic: first SFML game  (Read 4237 times)

0 Members and 1 Guest are viewing this topic.

arbitergoten

  • Guest
first SFML game
« on: April 14, 2013, 12:06:13 pm »
hi every one  :) I just made my first sfml game its really simple but I'm happy with it. This is the first game I have ever made so I am really new to computer graphics I hope to make much better games in the future. so on to the game.you play as a sheep and you have to eat grass to gain points every time you eat the grass it moves to a new random place lol like I said it is really simple 

Download:
Linux: http://www.mediafire.com/?ajqd6nqdsdz28hq
windows: soon..
mac: soon..

here are some screen shots and a video

1.

2.

3.

« Last Edit: April 21, 2013, 06:52:59 am by arbitergoten »

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
Re: first SFML game
« Reply #1 on: April 14, 2013, 02:28:17 pm »
It seems pretty neat! I'm on my phone right now, but no executable? Could you post the code or an executable so we can play it?
« Last Edit: April 14, 2013, 05:49:35 pm by The Terminator »
Current Projects:
Technoport

CJ_COIMBRA

  • Full Member
  • ***
  • Posts: 112
    • ICQ Messenger - 13077864
    • View Profile
    • http://www.cjcoimbra.com
    • Email
Re: first SFML game
« Reply #2 on: April 14, 2013, 04:27:26 pm »
Congrats for finishing your first game!
On a second moment maybe you could implement obstacles, like a maze, and a timer so that the grass would respawn in a different location. Just an idea!

Keep pushing forward
CJ

Hundrea

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: first SFML game
« Reply #3 on: April 15, 2013, 01:33:07 am »
u can add a wolf that cases the sheep and u have to get points while running from the wolf.Also u can add a levels where the game get harder and harder

arbitergoten

  • Guest
Re: first SFML game
« Reply #4 on: April 15, 2013, 04:13:35 am »
edit: I added the linux version I will add the window/mac versions soon

cj_coimbra: thanks :) I like the timer idea I think I will add it
 The Terminator: there will be a window/mac version soon
hundrea: that's a awesome idea I think I'm going to add that
« Last Edit: April 16, 2013, 10:34:08 am by arbitergoten »

arbitergoten

  • Guest
Re: first SFML game
« Reply #5 on: April 15, 2013, 12:35:00 pm »
I updated it now you have three seconds to eat the grass if you don't you will get smaller and smaller till you get too small and lose

Hundrea

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: first SFML game
« Reply #6 on: April 15, 2013, 04:56:04 pm »
since you keep getting smaller. wat if u make an nanobyte mode where you run from bacteria and eat glucose.U enter nanobyte mode when u get super small.

datMoka

  • Newbie
  • *
  • Posts: 48
  • Wooo!
    • View Profile
Re: first SFML game
« Reply #7 on: April 20, 2013, 09:05:10 pm »
Regarding the timer, I reckon it should be when it reaches 2 seconds you start getting smaller as it seems a bit easy at the moment. That or making the screen bigger would ramp the difficulty up :)

arbitergoten

  • Guest
Re: first SFML game
« Reply #8 on: April 21, 2013, 06:54:11 am »
Regarding the timer, I reckon it should be when it reaches 2 seconds you start getting smaller as it seems a bit easy at the moment. That or making the screen bigger would ramp the difficulty up :)

thanks I did that now you get smaller when the timer reaches 2 seconds :)