English Amiga Board


Go Back   English Amiga Board > Main > Nostalgia & memories

 
 
Thread Tools
Old 19 September 2005, 23:24   #1
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,162
Supercars 3 : A Supercars 2 ripoff written in Java

Hi you all,

I already posted the information in some thread where it was off-topic. Just to let you know that I'm currently working on a remake of Supercars 2 using hi-res graphics, custom pseudo 3D-rendered cars and editable circuits. ATM game is not really playable (you can only follow the circuit with your car, no opponents, no weapons, no lap counter, no sfx...).

Check those mouth-watering in-game snapshots. Demo available as soon as I find it playable enough.

Click image for larger version

Name:	options.png
Views:	576
Size:	111.8 KB
ID:	9286

Click image for larger version

Name:	hard_1.png
Views:	628
Size:	71.4 KB
ID:	9287

Click image for larger version

Name:	sc1_1.png
Views:	583
Size:	93.6 KB
ID:	9288

Click image for larger version

Name:	sc1_2.png
Views:	575
Size:	72.0 KB
ID:	9289

Click image for larger version

Name:	title_screen.png
Views:	523
Size:	31.1 KB
ID:	9290
jotd is offline  
Old 19 September 2005, 23:36   #2
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
looks fantastic

BippyM is offline  
Old 20 September 2005, 00:20   #3
StarEye
Zone Friend
 
Join Date: Jan 2004
Location: Norway
Age: 46
Posts: 987
Forget JAVA! Make an Amiga-version!
StarEye is offline  
Old 20 September 2005, 07:03   #4
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,162
Quote:
Originally Posted by StarEye
Forget JAVA! Make an Amiga-version!
Sorry, but the project also has training purposes: I want to improve my Java skills and more generally my object-oriented skills. Developping on a classic amiga nowadays means 680x0 coding, unexistent development tools, ... a nightmare.
If you're talking about the new amiga generation (PPC-based) Java can run on them so the game would work on them (it's already super-smooth on my old 1.1GHz PIII laptop, and I think it could be optimized to run on a slower machine, why not...)
jotd is offline  
Old 20 September 2005, 08:52   #5
manicx
Junior Member
 
manicx's Avatar
 
Join Date: Oct 2002
Location: Athens, Greece
Posts: 991
Nice to see a classic game re-written in Java. Look good. SCII has always been one of my favourite games. Pitty I am stuck with Java servlets right now.
manicx is offline  
Old 20 September 2005, 17:26   #6
Magix
calm down do how.
 
Magix's Avatar
 
Join Date: Aug 2001
Location: Seattle
Age: 51
Posts: 306
Send a message via ICQ to Magix
Great work jotd.

I can not wait.
Magix is offline  
Old 20 September 2005, 19:10   #7
jrom
Wannabe asm coder ;)
 
jrom's Avatar
 
Join Date: May 2002
Location: The Netherlands
Age: 47
Posts: 459
@maniacx : i just came home from servlet session loss hell at work ;-)
jrom is offline  
Old 20 September 2005, 20:17   #8
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,162
Quote:
Originally Posted by manicx
Nice to see a classic game re-written in Java. Look good. SCII has always been one of my favourite games. Pitty I am stuck with Java servlets right now.
A friend of mine (Boris Granveaud) wrote a Pang conversion in Java a few years ago, first using the amiga graphics, and then the MAME graphics. He even made a version for cellular phones. He tried to contact Mitchell (copyright holder) but he could not get a license to sell it on cellphones, and he even had to remove the game from his page. Eventually he created a derived game called "Ollie Stormbreaker, King of Daggahari", with completely different graphics, and major game changes. Not bad neither (although not Pang).
jotd is offline  
Old 21 September 2005, 07:59   #9
AmiGer
Registered User
 
AmiGer's Avatar
 
Join Date: Sep 2002
Location: Germany
Posts: 349
Quote:
Originally Posted by jotd
...680x0 coding, unexistent development tools, ... a nightmare.
I wouldn't agree here...

Good work, anyway...
AmiGer is offline  
Old 21 September 2005, 14:11   #10
girv
Mostly Harmless
 
girv's Avatar
 
Join Date: Aug 2004
Location: Northern Ireland
Posts: 1,109
@jotd: do you have any good Java game programming tutorials / links? I've been hacking Java server side (Apple WebObjects in case you're interested) for a few years now but I've always been curious about Java gaming. I've also just got a shiny new Java-capable mobile phone which has raised my interest again
girv is offline  
Old 21 September 2005, 19:19   #11
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,162
Quote:
Originally Posted by girv
@jotd: do you have any good Java game programming tutorials / links? I've been hacking Java server side (Apple WebObjects in case you're interested) for a few years now but I've always been curious about Java gaming. I've also just got a shiny new Java-capable mobile phone which has raised my interest again
I dunno about 3D stuff, but I use a 2D-engine for my game called GTGE
(http://goldenstudios.or.id/).
There's others (GAGE).

Apart from that, it is basically about using the Java2D stuff properly (BufferedImages, AffineTransforms). I don't know about Java micro edition compatibility.
jotd is offline  
Old 21 September 2005, 21:59   #12
gimbal
cheeky scoundrel
 
gimbal's Avatar
 
Join Date: Nov 2004
Location: Spijkenisse/Netherlands
Age: 42
Posts: 6,908
DAMN!

I was thinking about doing the same thing (only a pure supercars 2 port, but also in Java :s :s :s)

Guess I'll pick another game. What API are you using? I'm using LWJGL.

[ edit ]
I need glasses. You mention that one post above mine :s :s
[ /edit ]
gimbal is offline  
Old 21 September 2005, 22:18   #13
gimbal
cheeky scoundrel
 
gimbal's Avatar
 
Join Date: Nov 2004
Location: Spijkenisse/Netherlands
Age: 42
Posts: 6,908
Quote:
Originally Posted by girv
@jotd: do you have any good Java game programming tutorials / links? I've been hacking Java server side (Apple WebObjects in case you're interested) for a few years now but I've always been curious about Java gaming. I've also just got a shiny new Java-capable mobile phone which has raised my interest again
Do you know OpenGL? Nehe?

http://nehe.gamedev.net

About 50% of the nehe tutorial examples are ported to LWJGL code.

http://www.lwjgl.org

I don't have a direct link to the tutorials I'm afraid, but I can put them on an FTP if you want them. The link should also be available in the lwjgl forums.

LWJGL is the fastest way to access OpenGL, OpenAL, DevIL and FMOD from Java (it's even a lot faster than the JOGL java.net project according to multiple sources I've seen, for example the Java port of the Quake 2 engine), and it works in windows, linux and mac.
gimbal is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
SuperCars II sprites Lazarus404 project.Sprites 23 18 June 2020 15:53
SuperCars 2 Eclipse MarketPlace 2 27 December 2005 23:47
Supercars jettaman MarketPlace 5 02 December 2005 14:08
Supercars 2 Magix Games images which need to be WHDified 25 30 August 2005 13:34
Supercars I and II Controls ? Death support.Games 3 11 May 2004 04:49

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:09.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15548 seconds with 14 queries