Search found 35 matches

by Teser0ck
Mon Apr 09, 2012 4:14 pm
Forum: Game Development
Topic: 2D Game Engine
Replies: 3
Views: 1959

Re: 2D Game Engine

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 :
Image
by Teser0ck
Mon Apr 09, 2012 2:44 am
Forum: Programming Discussion
Topic: Multiplayer movements
Replies: 6
Views: 2238

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...
by Teser0ck
Mon Mar 26, 2012 1:05 pm
Forum: Game Development
Topic: 2D Game Engine
Replies: 3
Views: 1959

Re: 2D Game Engine

Here's an update of the engine, there are more NPCs, new projectiles and particles !
by Teser0ck
Sun Mar 18, 2012 11:05 am
Forum: Game Development
Topic: 2D Game Engine
Replies: 3
Views: 1959

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 ...
by Teser0ck
Wed Feb 15, 2012 12:55 pm
Forum: Game Development
Topic: Networking Project
Replies: 6
Views: 2569

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 ...
by Teser0ck
Sun Feb 12, 2012 1:46 pm
Forum: Programming Discussion
Topic: Help with SDL!
Replies: 12
Views: 1940

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.
by Teser0ck
Fri Feb 10, 2012 9:37 am
Forum: Game Development
Topic: Networking Project
Replies: 6
Views: 2569

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 :)
by Teser0ck
Fri Feb 10, 2012 9:21 am
Forum: Game Development
Topic: Networking Project
Replies: 6
Views: 2569

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...
by Teser0ck
Tue Jan 31, 2012 2:36 pm
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 585274

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
by Teser0ck
Tue Jan 24, 2012 9:19 am
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 585274

Re: Official "Hello, World! (I'm new!)" thread

Hi and welcome, good luck with your pong, it's good game to start with :)
by Teser0ck
Thu Jan 05, 2012 1:52 pm
Forum: General/Off-Topic
Topic: Languages and linguistics
Replies: 38
Views: 11042

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 :(
by Teser0ck
Tue Jan 03, 2012 7:56 am
Forum: Current Events and Science/Technology
Topic: London New Years Celebration
Replies: 2
Views: 2930

Re: London New Years Celebration

That's amazing ! I've never seen firework like this :shock2:
by Teser0ck
Sun Dec 11, 2011 3:42 am
Forum: Game Development
Topic: Bottoms Up! [iOS & PC] – IGF competitor
Replies: 18
Views: 5466

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 Teser0ck
Sun Nov 20, 2011 3:06 am
Forum: Game Development
Topic: The Old World: 2D Sandbox RPG
Replies: 45
Views: 13860

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 ?