• As part of the relaunch of Skullheart, ALL previous threads have been archived. You can find them at the bottom of the forum in the Archives (2021) section. The archives are locked, so please use the new forum sections to create new discussion threads.

Cool Nes/Famicom programming insight (Contra)

Squire Grooktook

The wind blew all day long
Joined
Sep 6, 2013
Messages
2,330
Reaction score
1,350
Points
113
Age
31
Location
The nexus of the universe
Steam
Squire Grooktook
PSN
Groucho2
XBL
SquireGrooktook
Ms. Fortune Filia Unknown
http://tomorrowcorporation.com/posts/retro-game-internals

Something a friend on a forum linked to earlier today, interesting stuff for those interested in game design and programming. A summary of the way everything is programmed in Contra. Really neat to see how things are set up into structures of arrays and how screen space is managed, etc.

From a game design perspective, also very interesting to see how they programmed and balanced the randomized enemies. Gotta test those reflexes with some random elements, after all. Changing the hitbox of hazards based on players current movement is also interesting.