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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - seobyeongky

Pages: [1]
1
SFML projects / Re: My first non-console Game : Reda's Snake
« on: September 22, 2013, 04:10:51 pm »
I saw source code. There are nice light classes. I can't believe it is your first non-console game!! :o :o

2
SFML projects / Re: my network game
« on: September 22, 2013, 03:58:11 pm »
Love the sound effects! Starcraft stimpack brought on a wave of nostalgia ^^

Thank you ;D

I think when people play games human sense would be composed with "70% eyes" and "30% ears"
But my painting skill is not good.
So, I focused on sound effects unless light weight.
I don't know how to make sound so I decided to import sound from existing games
I imported sounds from 9 different applications including Starcraft and Metalslug

3
SFML projects / Re: my network game
« on: September 22, 2013, 03:31:27 am »
Why is this so FUNNY    :o    Awesome!

hi
I focused on fun and enjoyable to make a comic game ;D
thanks for reply!

4
SFML projects / my network game
« on: September 21, 2013, 01:48:31 pm »
hi :) :)

I want to play with my friends.
So, I decided to make a network game.
It is a racing game!!
I finished project 3 months ago



[play video]

Rule is simple! just survive from the storm...
storm will never stop until the last survival
competition is fierce! because of many skills and obstacles

--- my opinion about SFML ---
network part of SFML is very nice... especially Packet class!
And I wish advanced tech(IOCP and epoll) added network on next version.
and graphic part also nice... very clean
but I don't know why Transformable and Drawable interfaces are departed...!
I used to wonder Node class in cocos2d.
because I want to make a Menu class that contains Text item or Sprite item that is part of Node class.
I have no idea how to implement it

window part of SFML also impressive. (because i'm a beginner haha.. all code is amazing to me :o)
I could add IME message easily for my second game
you know... IME message is essential for typing East Asian languages (korean, chinese, japanese)



source code link --> https://code.google.com/p/dead-or-run
(but you don't want to see my source code... it is full of korean comment and GOD classes haha...)

anyway
thanks for the nice framework ;D (i used to use SDL but... too tough to me...)

Pages: [1]