Search found 44 matches

by Christer
Sat Dec 19, 2009 1:40 pm
Forum: Game Development
Topic: Chess Project
Replies: 11
Views: 1773

Re: Chess Project

by Christer
Thu Dec 10, 2009 11:37 am
Forum: Programming Discussion
Topic: Virtual Problem
Replies: 7
Views: 717

Re: Virtual Problem

The functions is public. also class:
class Knight: public Piece{}...
by Christer
Thu Dec 10, 2009 10:31 am
Forum: Programming Discussion
Topic: Virtual Problem
Replies: 7
Views: 717

Virtual Problem

I have a problem with a virutal function. Board.h #include "Knight.h" class Board { //Board hava a array with Pieces }; Piece.h class Piece { virtual void move() { blablabla }; }; Knight.h #include "Piece.h" Knight: public Piece { void move() { blablabla }; }: ... So when I try t...
by Christer
Thu Dec 10, 2009 10:23 am
Forum: Game Development
Topic: Chess Project
Replies: 11
Views: 1773

Chess Project

I have started working on a chess game. Its written in C++ and iam using the Leadwerks Engine.

SS:
Image
Image
Image
by Christer
Fri May 29, 2009 2:12 pm
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

Torque Game Builder is more about make it more simple and less coding right? If thats the case then I dont really want it. I like to do everything my self. I did a huge misstake making the game in Blitz3D and not BlitzMax. If I would do it in BlitzMax the game would be playable at Windows, Mac and ...
by Christer
Fri May 29, 2009 5:22 am
Forum: General Gaming
Topic: Games you currently playing
Replies: 4
Views: 1230

Games you currently playing

Iam currently playing:

Farcry 2 (First Person) - Really fun game with realistic graphics. Blow up africans with mortars, rpgs and grenadelunchers is always fun.

Final Fantasy IX (RPG) - This is one of my favorite games. This is a must play for every Final Fantasy fan. Fantastic game!
by Christer
Fri May 29, 2009 5:06 am
Forum: Game Development
Topic: Locked In
Replies: 17
Views: 2591

Re: Locked In

Really nice and fun! :)

You should try out Leadwerks3D Engine with C#/C++/Bmax. Leadwerks is a impressive 3d engine and easy to learn. I have bought it my self and I like it alot and its cheap.

www.leadwerks.com
by Christer
Wed May 27, 2009 9:02 am
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

Yeah its a good idea but i dont want to force people to update the game if they want to use a older version. Iam not sure I will continue on it because school is soon over so I might start another project. Hey, cool game! I noticed you are using my Puchisoft Dispatcher for your game's Auto-Updater: ...
by Christer
Sun May 10, 2009 11:05 pm
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

THere are bugs I have found, The merchants let you buy stuff even if your inventory is full and it doesnt show up in the inventory when bought while full. and I hacked it... LOL I will fix that bugg with the full inventory thing. I think you meen modify insted of hacking ;). Well I made the game so...
by Christer
Sun May 10, 2009 2:37 am
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

With the application "Wine" Right?
by Christer
Sat May 09, 2009 2:36 am
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

-Increased Number of things that get Saved & Loaded -Increased difficulty on the Enemys -Increased The Tileset -New Maps -New Save System -New Enemys, Items, Spells, Classes(Every class got diffrent spells) -New Controls ( W/UP ARROW=FORWARD S/DOWN ARROW =BACKWARDS LCTRL/RCTRL = SPELL LEFT MOUSE...
by Christer
Fri May 08, 2009 7:13 am
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

Download the new Beta: www.freewebs.com/holloweye/
by Christer
Mon May 04, 2009 11:03 pm
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

davidthefat wrote:Water and grass is too repetitive, go look at the pixelart tutorials in the game design forum
Yeah I know... Ok i will do that thanks :)
by Christer
Mon May 04, 2009 1:36 pm
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

New Video on some speed mapping: http://www.youtube.com/watch?v=qLelZNE1RPk
by Christer
Sun May 03, 2009 11:02 pm
Forum: Game Development
Topic: Pirate Game
Replies: 58
Views: 13202

Re: Pirate Game

Hi, Christer. That game is pretty cool! You should think about purchasing a license to the Torque Game Builder. It is a very high end 2D game engine! Regardless, your game has a lot of potential. You should check out the forums at http://www.garagegames.com, you could probably find an artist willin...