Gameboy Development Forum

Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)

You are not logged in.

Ads



Poll: Your rating (5=best)

1: 0 votes
0%

2: 0 votes
0%

3: 1 votes
7%

4: 3 votes
21%

5: 10 votes
71%


Total voters: 14

#1 2014-07-09 19:58:50

Sanqui
Moderator
Registered: 2013-01-04
Posts: 20

[2014] Back to Color (AntonioND)

Download: http://gbdev.gg8.se/files/gbdev2014/Bac … oColor.gbc

Or download a zip containing all ROMs: http://gbdev.gg8.se/files/gbdev2014/gbd … llroms.zip

-Name: Back to Color
-Author: AntonioND
-Forum user: AntonioND (who'd have said it...) http://gbdev.gg8.se/forums/profile.php?id=477
-Description:
Here it is my first GBC demo. I started it like four years ago, but stopped after doing 3 scenes (not great, that's why I stopped). I’ve coded the rest in just a few weeks, in fact I started doing new effects a few days before the GBDev compo announcement. So... that's it! I hope you like it!

I've coded it, and made the music, the only thing I haven't done is the train screen graphics and the credits graphics. Oh, and it shows a little credits screen in non-color gameboys! If you want to skip some parts, hold up/right/down/left when the demo is loading if you want to skip 1/2/3/4 songs.

I've attached the binary and some screenshots. It works on most emulators (the pentagon thing has a problem with priorities in old versions of VBA, but BGB, Gambatte and VBA-M emulate it correctly) and, of course, real hardware.

And here's a little video for the lazy ones smile
https://www.youtube.com/watch?v=MzfG4sGib_0

https://gbdev.gg8.se/files/gbdev2014/Back_to_color/screen1.png
===

Source code on GitHub and other things:

https://github.com/AntonioND/back-to-color
http://antoniond_blog.drunkencoders.com/?p=314
https://www.youtube.com/watch?v=eSEsd1OGA74

Download is in the blog, or here:

https://github.com/AntonioND/back-to-co … s/tag/v1.0

The demo binary should be the same as here.

Offline

 

#2 2014-12-04 00:46:29

MrElephant
Member
Registered: 2014-01-29
Posts: 40

Re: [2014] Back to Color (AntonioND)

This one is definitely my favorite.  I especially like the train scene and the city.  The only thing I wish is that the user could actually do something in the game instead of the game being practically a movie, but maybe its just me.


Working in Gameboy BASIC.

Offline

 

#3 2014-12-04 12:07:13

AntonioND
Member
Registered: 2014-06-17
Posts: 134
Website

Re: [2014] Back to Color (AntonioND)

That's because it's a demo, not a game. It's meant to be like a movie. -_-U

Offline

 

#4 2017-01-20 00:40:18

npzman
Banned
From:
Registered: 2014-11-19
Posts: 197

Re: [2014] Back to Color (AntonioND)

Please I need help to compile this to a gb rom


Twitter : @Sfeedman please follow
Join : sfeed.club my website please join

Offline

 

#5 2017-01-20 15:05:53

AntonioND
Member
Registered: 2014-06-17
Posts: 134
Website

Re: [2014] Back to Color (AntonioND)

Well, unless you say what problem you are having I can do nothing. You need RGBDS and 'make', and it's as simple as going to the folder, changing the paths to the RGBDS binaries in the Makefile, and typing 'make' in a terminal.

Offline

 

#6 2017-01-20 21:36:28

npzman
Banned
From:
Registered: 2014-11-19
Posts: 197

Re: [2014] Back to Color (AntonioND)

I mean what bat file do I make and how. I am new to gb programing ?
and I only downloaded the source code and gbdk
and this is my directory of the source code
C:\gbdk\roms\back-to-color-1.0

Is there anything else I need to download ?

Last edited by npzman (2017-01-20 21:39:45)


Twitter : @Sfeedman please follow
Join : sfeed.club my website please join

Offline

 

#7 2017-01-21 08:36:04

AntonioND
Member
Registered: 2014-06-17
Posts: 134
Website

Re: [2014] Back to Color (AntonioND)

This doesn't use GBDK, it uses RGBDS https://github.com/bentley/rgbds And it doesn't use bat files, you need to install MinGW, Cygwin or something like that so that you can use the 'make' command. I use Linux so I can't really help a lot regarding this if you use Windows.

Use Google translate to read this, maybe it can help: http://wiki.ladecadence.net/doku.php?id … nsamblador There was an English translation but I think it's offline now.

Offline

 

#8 2017-01-22 23:20:46

npzman
Banned
From:
Registered: 2014-11-19
Posts: 197

Re: [2014] Back to Color (AntonioND)

I never used RGBDS before I only know of the GBDK what is better GBDK or RGBDS
how to use RGBDS ?


Twitter : @Sfeedman please follow
Join : sfeed.club my website please join

Offline

 

#9 2017-01-23 15:28:44

AntonioND
Member
Registered: 2014-06-17
Posts: 134
Website

Re: [2014] Back to Color (AntonioND)

Use GBDK if you want to code in C, RGBDS is for assembly.

Offline

 

#10 2017-01-29 00:41:23

npzman
Banned
From:
Registered: 2014-11-19
Posts: 197

Re: [2014] Back to Color (AntonioND)

did you used linux to make back to colour ?


Twitter : @Sfeedman please follow
Join : sfeed.club my website please join

Offline

 

#11 2017-01-29 06:56:19

AntonioND
Member
Registered: 2014-06-17
Posts: 134
Website

Re: [2014] Back to Color (AntonioND)

Yes, but you can use Windows.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson