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.


Topics - hacky

Pages: [1]
1
Network / beginner questions =/
« on: October 22, 2009, 10:59:28 pm »
hey guys
im making my first steps on network programming so please help me a bit :o

yeah i managed a server who can have more than 1 client and can recieve data via selector. is it possible with the selector to make my main ingame loops(like drawing graphics and gameplay) on the client and also recieving data from the server with the selector? or do i need threads?  :?

regards

2
SFML projects / Simple Chess
« on: October 18, 2009, 04:41:09 pm »
hey guys i wrote a simple chess program for 2 human players.
its not finish at all, but its playable!

i will maybe make a network mode.

Left click to choose a figure and right click to move =)

heres the link: http://rapidshare.com/files/297786437/chess.zip
mirror: http://dl.getdropbox.com/u/2681106/chess.zip

please write comments =)

screen:

e: Update 1: The rochade is working now!
e: Update 2: Now the lost Figures are drawn.

3
Network / ftp & renderwindow?
« on: May 19, 2009, 07:53:16 pm »
when im using a renderwindow

RenderWindow App;

& adding

Ftp server;

i also get an runtime error =/

separately all work fine

4
SFML projects / BrainFuck
« on: August 10, 2008, 04:57:58 pm »
a little game i made
it trains your brain :D
you just have to memorize the order and then repeat it with the arrow keys!
then a new random number will be created and its again your turn.. until you cant repeat it

http://rapidshare.com/files/136303303/BrainFuck.rar

5
General discussions / cant start on other pc's
« on: July 19, 2008, 09:34:20 pm »
my compiled exe dont start on other pc's but i gave them all dll's =/
it always gave them a run-time error =(

Pages: [1]