Thanks !
I've added some news, like completely new graphics, new game objects and front and back layer of maps.
As you can see NPCs can now fight with another ones.
Video:
Screenshot :
Search found 35 matches
- Mon Apr 09, 2012 4:14 pm
- Forum: Game Development
- Topic: 2D Game Engine
- Replies: 3
- Views: 2282
- Mon Apr 09, 2012 2:44 am
- Forum: Programming Discussion
- Topic: Multiplayer movements
- Replies: 6
- Views: 2899
Re: Multiplayer movements
A lot of games sends structures instead of formats, it looks like this : struct PlayerStartedMoving { char type;// without this server couldn't recognize what structure are we sending. char dir; } struct PlayerStopped { char type; short XPos; short YPos; } ... if( player_pressed_a_key_and_is_able_to...
- Mon Mar 26, 2012 1:05 pm
- Forum: Game Development
- Topic: 2D Game Engine
- Replies: 3
- Views: 2282
Re: 2D Game Engine
Here's an update of the engine, there are more NPCs, new projectiles and particles !
- Sun Mar 18, 2012 11:05 am
- Forum: Game Development
- Topic: 2D Game Engine
- Replies: 3
- Views: 2282
2D Game Engine
Hey, I've been working quite a long time on this engine and it's finally getting into a stage where it can be shown. Goal of this engine is to use its core for further projects, with ability to use lua scripts and not having to rewrite the same code twice. It's written in C++, using OpenGL with SDL ...
- Wed Feb 15, 2012 12:55 pm
- Forum: Game Development
- Topic: Networking Project
- Replies: 6
- Views: 3323
Re: Networking Project
Thank you both I think it's not a common enough practice amongst most of us game devvers, despite the fact that multiplayer components are so in demand in game devving. Yeah, someone has to do this ;) later on you can make a "2d social network", in where you can create you avatar and join ...
- Sun Feb 12, 2012 1:46 pm
- Forum: Programming Discussion
- Topic: Help with SDL!
- Replies: 12
- Views: 2635
Re: Help with SDL!
Are you sure you have your images, music, etc. in the folder where's the .exe ? You should show us some code if this doesn't solve the problem.
- Fri Feb 10, 2012 9:37 am
- Forum: Game Development
- Topic: Networking Project
- Replies: 6
- Views: 3323
Re: Networking Project
Thank you for your post, actually on the background is going to be a lot of things just for fun when chatting, like you can play music globally, share images and so on, now it's done because I didn't want to have just a white background
- Fri Feb 10, 2012 9:21 am
- Forum: Game Development
- Topic: Networking Project
- Replies: 6
- Views: 3323
Networking Project
Hi there, this is my secondary project I am working on to improve my networking skills. It's going to be kind of a chat program with many additional things to do while chatting If you want to know more about it, take a look at my youtube channel ( http://www.youtube.com/user/Teserock ), I'll post mo...
- Thu Feb 09, 2012 2:12 pm
- Forum: General/Off-Topic
- Topic: Post your twitter name
- Replies: 7
- Views: 3636
- Tue Jan 31, 2012 2:36 pm
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629528
Re: Official "Hello, World! (I'm new!)" thread
Welcome to the forums, Azzepa from IRC
Good luck with your development, I hope you'll show us your progress soon
Good luck with your development, I hope you'll show us your progress soon
- Tue Jan 24, 2012 9:19 am
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629528
Re: Official "Hello, World! (I'm new!)" thread
Hi and welcome, good luck with your pong, it's good game to start with
- Thu Jan 05, 2012 1:52 pm
- Forum: General/Off-Topic
- Topic: Languages and linguistics
- Replies: 38
- Views: 14085
Re: Languages and linguistics
Here's my list :
Czech - Native
Slovak - Almost the same language :]
English - Still trying to improve
German - I am learning this language now, however, I don't know anyone who would speak with me german
Czech - Native
Slovak - Almost the same language :]
English - Still trying to improve
German - I am learning this language now, however, I don't know anyone who would speak with me german
- Tue Jan 03, 2012 7:56 am
- Forum: Current Events and Science/Technology
- Topic: London New Years Celebration
- Replies: 2
- Views: 3183
Re: London New Years Celebration
That's amazing ! I've never seen firework like this
- Sun Dec 11, 2011 3:42 am
- Forum: Game Development
- Topic: Bottoms Up! [iOS & PC] – IGF competitor
- Replies: 18
- Views: 6334
Re: Bottoms Up! [iOS & PC] – IGF competitor
That looks awesome, I love the art ! Hopefully you'll keep posting about your projects
By the way, what graphic editor are you using ?
By the way, what graphic editor are you using ?
- Sun Nov 20, 2011 3:06 am
- Forum: Game Development
- Topic: The Old World: 2D Sandbox RPG
- Replies: 45
- Views: 17367
Re: The Old World: 2D Sandbox RPG
Great, all the features of your weather system seems to be cool ! By the way, will the water / snow from clouds remain, or will it disappear after a while ?