My second Mega Drive app!

Announce (tech) demos or games releases

Moderator: Mask of Destiny

Post Reply
POLYGAMe
Very interested
Posts: 151
Joined: Sun Apr 14, 2013 1:19 am
Location: Auckland, New Zealand
Contact:

My second Mega Drive app!

Post by POLYGAMe »

It's the small things...

Image
POLYGAMe
Very interested
Posts: 151
Joined: Sun Apr 14, 2013 1:19 am
Location: Auckland, New Zealand
Contact:

Post by POLYGAMe »

I should clarify... I'm not calling anyone here sucky... I sent the bin to my old tutor as a joke. LOL.
Chilly Willy
Very interested
Posts: 2993
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy »

Everybody starts somewhere - showing an image is pretty common, often followed by pong or breakout. :D

When I put together my MD/32X toolchain, I included Tic Tac Toe as the example apps for using C and C++. At least Stef has a bit more diversity in his examples with SGDK.
:lol:
POLYGAMe
Very interested
Posts: 151
Joined: Sun Apr 14, 2013 1:19 am
Location: Auckland, New Zealand
Contact:

Post by POLYGAMe »

Chilly Willy wrote:Everybody starts somewhere - showing an image is pretty common, often followed by pong or breakout. :D

When I put together my MD/32X toolchain, I included Tic Tac Toe as the example apps for using C and C++. At least Stef has a bit more diversity in his examples with SGDK.
:lol:
Ooh, you can use C++ with SGDK? I thought it was C only. Nice :)
Chilly Willy
Very interested
Posts: 2993
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy »

POLYGAMe wrote:
Chilly Willy wrote:Everybody starts somewhere - showing an image is pretty common, often followed by pong or breakout. :D

When I put together my MD/32X toolchain, I included Tic Tac Toe as the example apps for using C and C++. At least Stef has a bit more diversity in his examples with SGDK.
:lol:
Ooh, you can use C++ with SGDK? I thought it was C only. Nice :)
SGDK is C. My own toolchain gives C++. I don't have a bunch of functions in my toolchain, so you have to do most of the work yourself. That's where SGDK is better - there's just about a function for everything.
POLYGAMe
Very interested
Posts: 151
Joined: Sun Apr 14, 2013 1:19 am
Location: Auckland, New Zealand
Contact:

Post by POLYGAMe »

Chilly Willy wrote:
POLYGAMe wrote:
Chilly Willy wrote:Everybody starts somewhere - showing an image is pretty common, often followed by pong or breakout. :D

When I put together my MD/32X toolchain, I included Tic Tac Toe as the example apps for using C and C++. At least Stef has a bit more diversity in his examples with SGDK.
:lol:
Ooh, you can use C++ with SGDK? I thought it was C only. Nice :)
SGDK is C. My own toolchain gives C++. I don't have a bunch of functions in my toolchain, so you have to do most of the work yourself. That's where SGDK is better - there's just about a function for everything.
Ah, I see. That'll learn me to read too quickly :P
Post Reply