Performa Cars released as Freeware

The game features 18 cars which can be tuned between races by purchasing parts such as turbos, performance chips, intercoolers, suspension, tires, etc.
Cars will take damage upon collision affecting both the visual look of the car as well as performance. If you don't visit the pit lane for repairs before it's too late you risk blowing up for a DNF result.

12 different circuits ranging from small sand tracks to large race tracks allow for a lot of fun and tight racing. The track design was inspired by the 90 degree angles of Supercars on the Amiga. Some tracks also features hazards such as trains that I suggest you either beat to the train crossing - or stop until they have passed unless you want your car to be permanently destroyed.
The long story

I still have a lot of passion for the game genre (top down racers) but I feel that it is not worth to put any additional efforts into this particular game any more due to a number of reasons.
First of all, the game uses non-accelerated 2D graphics and it was designed for computers made in the mid to late 1990s. Modern computers of today have awesome performance, but the 2D engine in Blitz Basic (the language used to develop the game) don't take any advantage of this new performance unless you re-code the game to use 3D accelerated 2D graphics - and that requires a fairly large rewrite due to how Performa Cars was designed.

Why you may ask? Well... As I mentioned above, I was new to game development at the time and I based the logic updates on the assumption that the game would run at a constant frame rate of 60FPS. As it turned out, of course, computers run at different refresh rates which then meant the game would run at different speeds on different computer. That's NOT good =)
Another problem basing the logic engine on the screen refresh rate was that the game would not only run at different speeds on different computers, the cars also behave differently - skid more on some machines - a lot of grip on another machine.
I tried to fix the problem by analyzing the refresh rate by calculating a multiplier value for the game logic. That sort of works, but that's not how you do it =)

All this in mind; I decided to release the game as a freeware for everyone to enjoy despite the glitches being an alpha version.
I will now be focusing on AstroFighter.net - a game where I avoid all the pitfalls I learned about during Performa Cars. It runs with a separate logic engine and 3D accelerated 2D-style top down graphics and, most importantly, I had it running in multiplayer from the very beginning to ensure the entire game is developed for that purpose.
My plan is to develop AstroFighter.net with a clear conscious that Performa Cars at least is available as a freeware for everyone rather than aging year in and year out on my hard drive.

But for now - enjoy Performa Cars =)
Comments
Post a Comment