Dose anyone know any tutorial on how to make a 2d rpg game in smfl?
thanks
smfl rpg tutorial?
Moderator: Coders of Rage
-
- Chaos Rift Cool Newbie
- Posts: 62
- Joined: Mon Jun 27, 2011 6:08 pm
- Current Project: Map editor
- Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
- Programming Language of Choice: c/++,javascript,Java
- Location: Sweden,skåne,Tecomatorp
- lotios611
- Chaos Rift Regular
- Posts: 160
- Joined: Sun Jun 14, 2009 12:05 pm
- Current Project: Game engine for the PC, PSP, and maybe more.
- Favorite Gaming Platforms: Gameboy Micro
- Programming Language of Choice: C++
Re: smfl rpg tutorial?
First of all, I'm pretty sure you mean SFML. Secondly, there are tutorials for many different things like displaying stuff on the screen and getting input, but there is no complete tutorial to make an RPG in SFML. If you want to make a 2d RPG, but don't want to go through the work of learning SFML or another API, you might want to try RPG Maker.Tom_leonardsson wrote:Dose anyone know any tutorial on how to make a 2d rpg game in smfl?
thanks
"Why geeks like computers: unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep." - Unknown
-
- Chaos Rift Cool Newbie
- Posts: 62
- Joined: Mon Jun 27, 2011 6:08 pm
- Current Project: Map editor
- Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
- Programming Language of Choice: c/++,javascript,Java
- Location: Sweden,skåne,Tecomatorp
Re: smfl rpg tutorial?
Then give me a tutorial on that.....not rpg maker in that otherstufflotios611 wrote:First of all, I'm pretty sure you mean SFML. Secondly, there are tutorials for many different things like displaying stuff on the screen and getting input, but there is no complete tutorial to make an RPG in SFML. If you want to make a 2d RPG, but don't want to go through the work of learning SFML or another API, you might want to try RPG Maker.Tom_leonardsson wrote:Dose anyone know any tutorial on how to make a 2d rpg game in smfl?
thanks
-
- Chaos Rift Cool Newbie
- Posts: 62
- Joined: Mon Jun 27, 2011 6:08 pm
- Current Project: Map editor
- Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
- Programming Language of Choice: c/++,javascript,Java
- Location: Sweden,skåne,Tecomatorp
Re: smfl rpg tutorial?
Then give me a tutorial on that.....not rpg maker in that other stufflotios611 wrote:First of all, I'm pretty sure you mean SFML. Secondly, there are tutorials for many different things like displaying stuff on the screen and getting input, but there is no complete tutorial to make an RPG in SFML. If you want to make a 2d RPG, but don't want to go through the work of learning SFML or another API, you might want to try RPG Maker.Tom_leonardsson wrote:Dose anyone know any tutorial on how to make a 2d rpg game in smfl?
thanks
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: smfl rpg tutorial?
This should be a good start:
http://www.dreamincode.net/forums/topic ... ch-part-1/
Try to make your questions a bit more detailed and specific though..
http://www.dreamincode.net/forums/topic ... ch-part-1/
Try to make your questions a bit more detailed and specific though..
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
-
- Chaos Rift Cool Newbie
- Posts: 62
- Joined: Mon Jun 27, 2011 6:08 pm
- Current Project: Map editor
- Favorite Gaming Platforms: nes,nds,snes,DOS,GBA,the Nd,android
- Programming Language of Choice: c/++,javascript,Java
- Location: Sweden,skåne,Tecomatorp
Re: smfl rpg tutorial?
´thanksdandymcgee wrote:This should be a good start:
http://www.dreamincode.net/forums/topic ... ch-part-1/
Try to make your questions a bit more detailed and specific though..