Category: Nintendo Entertainment System (Famicom)

Tower Defense 1990 (Commercial) (NES Game)

Tower Defense 1990 is a new commercial NES / Famicom game by Retro Wonder Workers. It’s a castle defense game. Defend the peasants in your castle from hoards of approaching enemies. Build towers which shoot projectiles. Collect coins and gems, and upgrade the towers for even more firepower. Lose all your peasants and it’s game over!

Although the game seems still in development, a person on Twitter claimed to recieved his professional copy of the game. So it can’t take too much time to be ready available for everyone.

By · 0 comments
Making NES games with NESmaker – Tutorial for patched versions 3.1.1 – 3.1.3 (misc)

NESmaker allows users to create cartridge based, hardware playable NES games in an intuitive, faux object oriented environment without ever having to write a single line of code.

Notes:

This tutorial is for the NESmaker beta patch, versions 3.1.1, 3.1.2, and 3.1.3. Check your version number! It also likely requires knowledge of the original 3.1.0 beta tutorials.

Shooting at monsters! Monsters shooting at you! Boss barriers! Screen triggers! A swath of fixed bugs in the engine, and a handful of fixed features of the tool!

This is a super quick run down of new things. It is meant to by synthesized with your knowledge of the first run of beta tutorials, with a quick refresher of necessary steps, if creating from scratch.

By · 0 comments
Video: NES Programming #25 – Status Bars And Proper Scrolling (NES misc)

Michael Chiaramonte shows us once again how to do some NES Programming.

Quote:

In this episode we took a page from The Guardian Legend and got a proper status bar working (although there’s no actual data there right now). From there, we started working on how to load rows from the map data as the level scrolled and ran into an issue when I incorrectly thought we had to divide by 8 instead of 32. Oops! Makes a big difference as it turned out. We also covered how some basic 16-bit operations work on an 8-bit processor like the 6502. Thanks for watching! See you next time.

By · 0 comments