I'm not even sure what effect you are aiming for :?
Do you want all the edges of the whole map to be smooth or every tile edge? Or is it something else?
Type: Posts; User: pstudio
I'm not even sure what effect you are aiming for :?
Do you want all the edges of the whole map to be smooth or every tile edge? Or is it something else?
Try and set the pen.style to psClear;
Yeah, that's my experience as well. All these modern AI methods where the AI try to learn to play is pretty cool, but they'll rarely come near custom tailored AIs. Some of my teachers at the...
Crazy idea
I was just looking at the Worms clone Hedgewars and noticed that it actually uses Free Pascal. It may be possible to hold an AI contest where we create bots for the game.
Some...
Well, I imagine that whatever technique would be used (TCP, write/read ln...) the competition would run locally on a computer, which logs and possibly records the games. That means both server and...
Well I don't know if I would call it complicated. It depends on what socket libraries are available. Personally I use Oxygene for Java so that is quite easy, but I haven't used FPC or Delphi in a...
I would probably go with a client server approach using TCP. The main game, the arena, will be the server and will wait for bots to connect as clients. This should allow for all the Pascal dialects...
Ok, I'll give it a try :)
In your example of assembly output you are using lazy evaluation in reverse ordering. That means that you are checking each comparison from right to left and you jump...
Well, I'm no expert on assembly and compiler writing, but if I were you, I would reduce the if statement to use just on je/jne.
Basically your example is build like this:
if (( boolean or...
It looks really good Dan, and you're submission must with no doubt be a favourite to win the contest (of course I've only seen three of the submissions :) I also dig the music. It has an Enigma vibe...
Well, as mentioned a fire ball is a light source, so it would make sense to add a glow to it.
However in the end it is just a game, and personally I wouldn't care if the games graphics adhere to...
Steam and their sales is a major source for indie games. gog.com has also started selling indie games.
Otherwise bundles like humblebundle.com, indiegala.com and indieroyale.com are a good source...
Thanks Dan.
I downloaded the latest beta and found Eric's demo. It was missing two custom units, so I had to download the demo from Eric's site to get it working.
Maybe I'm just not looking at...
So how do you guys use WebGL in SMS? Last time I looked I couldn't find any support for it. Are you basically just using a lot of javascript or have they added support for WebGL?
I agree that the AI idea would be better pushed off to an other time, if we want a game challenge in the near future.If we're talking true game jam that takes place over a weekend then I'm definitely...
Sorry, I can't remember the name. Thinking back I Think the game used Delphi Web Script. It was a 3D game where you hd to write the AI for a fighting robot.
I'm not sure Oxygene can be...
AI is as complicated as you make it. The game for such a challenge must be simple enough to allow for simple AIs. This is a game development forum after all. If a person can't make a simple AI, I...
It has been mentioned before and is related to Silverwarrior's suggestion of a programming Challenge, but I think it could be interesting with an AI challenge like the Google AI Challenge. It would...
I must admit I'm still not convinced.
Granted; you can split up work in a group, but new kinds of challenges arise. You suddenly have to coordinate your work with someone else. You need to maintain...
Personally I'm not hot on this idea. I have no problem with working in groups. Currently I'm involved with two projects where I work together with other people, but I don't think it is a good idea,...
Will these be available? In my personal oppinion those comments will be more interesting to read than some numbers.[/COLOR]
Interesting. Didn't know PS Mobile was based on .NET/Mono?
I'll have to look into this, but if the SDK uses Mono to run the games on, I can't see why Oxygene shouldn't be usable.
But I know...
Since I've just seen this thread I guess I'll come with my answer to your first question.
First I will simply say that I really like the Oxygene Pascal flavour. Remobjects has added some nice...
Ah man, why did you have to post this WILL?
I've been wanting to get started on robots for so long, and this really looks great. Unfortunately I've probably spent to many money on Kickstarter...
Congratulations Paul. Take a look here. Send me a pm if you're interested.
I have one question about the scoring. If the maximum bonus points you can get i 5 points and War Trail (#2) got 76...