Adventures in Mega Drive Coding Part 5 – Palettes and Splitting Tiles (Genesis misc)

Andrej Preradovic of Ohsat Games teaches us how to program the Sega Genesis! Read Adventures in Mega Drive Coding Part 5 – Palettes and Splitting Tiles.

By with 0 comments
libnx v1.1.0 (Nintendo Switch misc)

libnx is a programming library for Nintendo Switch homebrew development.

By with 0 comments
Video: NES Programming #8 – Fixing Negative Velocity And Adding A Title Screen (NES misc)

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

NES Programming #8 - Fixing negative velocity and adding a title screen

Quote:

In this episode, we fixed the ship physics so that the negative velocities are properly capped. We ran into a strange issue that ended up taking a lot of time to fix in the beginning of the stream, but then moved onto loading the title screen using simple run-length encoding. As I mentioned on the stream, if you’re interested in watching me work on the tools that we’ll be using for tile loading, compression, etc. let me know in the comments. I was originally thinking that I’d simply focus on 6502 assembly but if people are interested in watching me work on the tools too I’m happy to do so.

By with 0 comments
The Assembly Line: An NES Homebrew Podcast – Episode #9 (NES misc)

The Assembly Line is a NES homebrew podcast started by Sole Goose Productions and Kevin. They cover a variety of theoretical topics, feature a central game under review, have guest interviews with folks, and also showcase some music.

Quote:

Episode 9: Quest Forge!

By with 0 comments
Spook and Thunder v1.0 (PICO-8 Game)

Spook and Thunder is a PICO-8 game by malubis. The game itself is a top down shooter with an creepy and ambient atmosphere.

By with 0 comments
VitaShell v1.82 (PS Vita Application)

VitaShell is a file manager for PS Vita HENkaku.

By with 0 comments
Study Hall v1.0 (PICO-8 Game)

Study Hall is a PICO-8 game by khangames. Collect keys, unlock locks and simply survive school! This game is also availably for the Nintendo NES!

By with 0 comments
Newo Fox v2018.03.12 (WIP) (Wii Game)

Owen still works heavily on Newo Fox for Nintendo’s Wii.

Quote:

Stress testing the orb boss. 50 outer pieces for the player to collide into and 50 inner pieces deflect bullets away from the core.

By with 0 comments
Juggle Panic v2018.03.11 (PICO-8 Game)

Juggle Panic is a PICO-8 game by bridgs. This game is for two players playing at the same time and juggling balls! The first player to drop five balls loses!

By with 0 comments
Video: NES Programming #7 – Finishing Up Ship Physics And Added Game State Transitions (NES misc)

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

NES Programming #7 - Finishing up ship physics, and added game state transitions

Quote:

In this action-packed episode, I cleaned up most of our ship’s physics and capped the maximum velocity in the positive direction. I have to revisit the negative direction. I then added the ability to deal with game state transitions, but found that that introduced some undesired behavior. After getting it working, it’s still unclear why jumping directly to the beginning of the game loop is causing it to process the game states incorrectly and I’ll revisit that in the next episode, along with assets for the title screen.

By with 0 comments