Demo. Fzero like game on NES.

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

lidnariq
Posts: 10677
Joined: Sun Apr 13, 2008 11:12 am
Location: Seattle

Re: Demo. Fzero like game on NES.

Post by lidnariq »

I thought it was perfectly identifiable. Admittedly, the color scheme was a huge part of that.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Demo. Fzero like game on NES.

Post by tokumaru »

I definitely agree that the resulution is too low as it is. I personally wouldn't enjoy a full game like this, I'd probably see it as an interesting technical curiosity. But people have different standards, and varying levels of tolerance for the different aspects of a game.

There'll always be people interested in all kinds of games, no matter how quirky or gimmicky they are.
User avatar
dougeff
Posts: 2876
Joined: Fri May 08, 2015 7:17 pm
Location: DIGDUG
Contact:

Re: Demo. Fzero like game on NES.

Post by dougeff »

I could probably hide the blockiness with some sprites for edges and detail.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
FrankenGraphics
Formerly WheelInventor
Posts: 2033
Joined: Thu Apr 14, 2016 2:55 am
Location: Gothenburg, Sweden
Contact:

Re: Demo. Fzero like game on NES.

Post by FrankenGraphics »

pubby, f-ff was one of the games i had the most fun with in last years’ compo. :beer:
http://www.frankengraphics.com - personal NES blog
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Demo. Fzero like game on NES.

Post by tokumaru »

dougeff wrote:I could probably hide the blockiness with some sprites for edges and detail.
I don't know if sprites are a good choice... Maybe you could do something similar to those upscaling filters (hq2x and such) and select each tile based on its neighbors... I wouldn't go full resolution, but maybe 4x4 pixels per tile would work well.
Shonumi
Posts: 332
Joined: Sun Jan 26, 2014 9:31 am

Re: Demo. Fzero like game on NES.

Post by Shonumi »

I think the concept behind this is really cool! It makes me want to try and do something like this on the Game Boy now ;)

I have a few thoughts about the possibilities of "Mode 7" like graphics on the NES. If you do a water based racer instead of futuristic hovercrafts, you probably could get away with blocky graphics. It'd mostly be varying shades of blue, and the course could be delineated with sprites that look like buoys (although you'd have to move those in relation to the course as you move). You can also get away with dithered or striped tiles too to mark the edges. This will probably look better given that you'd stick to mostly blues, white, and possibly gray. The trick then is to make sure things don't look too bland.

Another idea, this might be interesting to see as a "3D" space shooter in a limited free-roaming environment. Not sure how feasibly it is to play around with the Y-axis in your demo, but stepping into a spacey genre would also open up the color palette so that things don't have to identify as a road specifically.
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Demo. Fzero like game on NES.

Post by tepples »

Shonumi wrote:Another idea, this might be interesting to see as a "3D" space shooter in a limited free-roaming environment. Not sure how feasibly it is to play around with the Y-axis in your demo
So... HyperZone?
mkwong98
Posts: 265
Joined: Mon May 30, 2011 9:01 pm

Re: Demo. Fzero like game on NES.

Post by mkwong98 »

dougeff wrote:
looks like it is curving up
The map is actually very small, so I manually adjusted the distances per tile. The top most tiles should be further away, but since the map is so small, it would usually be off the map (for the top few tiles), making the resolution look even worse.

Anyway, my manual adjustment was slightly off.
How about pointing the camera slightly downward?
User avatar
dougeff
Posts: 2876
Joined: Fri May 08, 2015 7:17 pm
Location: DIGDUG
Contact:

Re: Demo. Fzero like game on NES.

Post by dougeff »

I think I'm going to take a break and learn GameMaker or something, so I can prototype this sort of thing easier.

Plus, my oldest son wants me make a game with him, and he's been drawing these giant detailed levels, with large enemies, and I think he's going to be disappointed with what I can make on the NES. So.. GameMaker.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Demo. Fzero like game on NES.

Post by tokumaru »

Sellout!
User avatar
dougeff
Posts: 2876
Joined: Fri May 08, 2015 7:17 pm
Location: DIGDUG
Contact:

Re: Demo. Fzero like game on NES.

Post by dougeff »

https://youtu.be/1gO59rZrisQ

(song, Sell Out, by Reel Big Fish)
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
Banshaku
Posts: 2404
Joined: Tue Jun 24, 2008 8:38 pm
Location: Japan
Contact:

Re: Demo. Fzero like game on NES.

Post by Banshaku »

For kids, nes programming is maybe too limited for them so using a tool like gameMaker is more appropriate. Later they can try by themselves if the nes interest them. I guess I should check about it since my kids wants to make games too ;)
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Demo. Fzero like game on NES.

Post by tokumaru »

I had success making games with my 5-year old daughter using Scratch. She can't do it on her own yet, but she understands the general concept very well, and does actively work on the game logic with me. She learned about the Cartesian coordinate system for the first time, and even corrected me when we were coding and I used the wrong axis. She can use ScratchJr on her own though, but she creates mainly non-interactive stories, rather than anything that resembles a game.
User avatar
gauauu
Posts: 729
Joined: Sat Jan 09, 2016 9:21 pm
Location: Central Illinois, USA
Contact:

Re: Demo. Fzero like game on NES.

Post by gauauu »

dougeff wrote: Plus, my oldest son wants me make a game with him, and he's been drawing these giant detailed levels, with large enemies, and I think he's going to be disappointed with what I can make on the NES. So.. GameMaker.
There's a "buddy game jam" going on that my son has been asking about, where you make a game with an inexperienced person. If that's the sort of thing that interests you guys, you might take a look.
Post Reply