Mind Control Trilogy (Preview) by Bilotrip is a Nintendo Entertainment System / Famicom demo released at Assembly 2011 and ranked 4th in the oldskool demo competition.
Alter Ego is a logic platformer by Shiru, Kulor and Denis Grachev. You have to switch between them the hero and his alter ego to clear levels. It is a bit similar to the game Binary Land.
This game is a remake of recent ZX Spectrum game of the same name. The original version created by Denis Grachev from RetroSouls, you can see video of it here and get it here. NES version got new graphics, original music by Kulor (composed for the game), and some other changes.
Interesting technical feature of this game is that it is written in C, with cc65 compiler. You can get source code here. More details about this and development process in general are available in notes.txt file provided with the game.
Panesian Power by Bunnyboy is an entry to the recently held NintendoAge NES Coding Competition 2011.
Pull out your zappers for an exciting NSFW (not safe for work) experience.
Thwaite by Tepples is an entry to the recently held NintendoAge NES Coding Competition 2011.
Protect the citizens! Use your missiles to defend the attack.
Slappin’ Bitches by Mario’s Right Nut is an entry to the recently held NintendoAge NES Coding Competition 2011.
Protect your fortress from suicide tanks in this epic button mashing game.
Lawn Mower by Shiru is an entry to the recently held NintendoAge NES Coding Competition 2011.
Cut the grass and don’t run out of time. Collect gas cans to extend your mowing session.
Lan Master by Shiru is an entry to the recently held NintendoAge NES Coding Competition 2011.
Use your skills as a networking master to connect all the computers, 50 levels in total!
Forehead Block Guy by NovaYoshi is an entry to the recently held NintendoAge NES Coding Competition 2011.
Launch blocks from your forehead to stun enemies. Then touch them once stunned to finish the job. Kill all the enemies to proceed to the next level.
Super Bat Puncher for NES by German developer “Morphcat Games” is probably one of the greated NES homebrew projects seen daylight in a whole bunch of months. Although it’s only considered a demo for now, it could compete with many previous commercialy available games. Explore the deep, dark caverns of a mysterious planet and find out about the plague that threatens Earth.
Specus is the working title of a “Zeldroidania” game (basically a mix of Zelda and Castlevania).
Quote:
Right now all it does is load a map and let you scroll around it. The scrolling engine breaks up the name table updates over four frames, and updates a 16-pixel wide area during that time. That means this engine cannot handle scrolling faster than 4 pixels per frame. The same code path is used for both horizontal and vertical maps. Branches are taken to handle the differences.