Rogue Agent was a mobile game created by Roguebox Studios in 2016. This retro demake for the Nintendo Entertainment System (NES) / Famicom is made entirely by Stephen Berg and runs on authentic NES hardware. There are plans to produce cartridges when the project is finished.
Box-Art of Alfonzo’s Arctic Adventure head!
Release notes:
After a day of tweaking… much improvement!
Chris Cacciatore is still working on his NES platform game Nebs & Debs.
Quote:
Prototyping the hardest Nebs ‘n Debs level to date….#screenshotsaturday #nesdev #gamedev
WhiteHat94 picks up a very new and hot NES game called Nova the Squirrel. Explore 33 levels and fight 7 bosses across five different worlds in an attempt to save the world of Latte from the evil “Scheme Team”! This game is open source! You can find its source code at its GitHub repository.
imodeg shows us early progress coding his first NES / Famicom game.
Quote:
Work on my first NES game. #NES #NESDev
Nova the Squirrel by NovaSquirrel is a brand new platformer game for the Nintendo Entertainment System, playable in an emulator (such as Mesen) or on a flashcart such as RetroUSB’s PowerPak. Explore 33 levels and fight 7 bosses across five different worlds in an attempt to save the world of Latte from the evil “Scheme Team”!
This game is open source! You can find its source code at its GitHub repository. While the tools are not very user-friendly yet, if you feel like getting into the code you can build new levels for the game with a drag-and-drop level editor, or modify the game as you please. Later there will be a separate game engine release, for building entirely new platformer games.
Michael Chiaramonte shows us more NES Programming.
Quote:
In this episode we re-visit the level loading code and handle the simplest case of up to 4 palettes and loading the initial attributes for the first fully-loaded screen. In Thursday’s stream, I’ll tackle loading the attributes in real-time as we update the nametable rows. Thanks for watching! See you Thursday.
Michael Chiaramonte shows us more NES Programming.
Quote:
After changing the scroll code to make the status bar work on my real NES, I realized that it was scrolling the Y value and I didn’t want it to do that because the background should be in a fixed Y location. So, we modified the scrolling to make it split the screen properly so that we could wrap the stream with writing some text to the status bar. Also, we worked on the movement of the ship so that it was confined to the area between outside the status bar and is no longer allowed to wrap around the edges. Thanks for those who watched it live and see you Monday! Have a great weekend.
Here’s a sneak peek of Gutlock‘s new project: InterNES! A wifi module for the NES to allow future homebrew games to be played online!
Chris Cacciatore is still working on his NES platform game Nebs & Debs.
Quote:
Silly me, thinking I could optimize the scene encoding format without a hitch 🙂 #nesdev #gamedev.