Brians Games

Games by Brian Marcelus Dizon

About

Hey, I'm Brian Marcelus Dizon. I make weird games and game engines from complete scratch in pure Javascript.

You can follow me as Niborious on Itch and on Newgrounds

Blog

House

House was made for 2018 Global Game Jam with the theme "What does Home mean to you?"

House answers the question what if every art asset was a house, and all of the sound effects are me saying "house."

It is a top-down twin-stick shooter. You are a house, shooting houses at other evil houses. Theres two waves of enemies and a boss fight, and then thats it, you beat the game.

Code Golfing

Code Golfing is the art of coding with as few in code characters as possible.

This lets you optimize for source code file size as opposed to compiled or compressed file size. Javascript and html will prioritize getting the page to load and still run even if there are errors or things missing. This lets you compress the source code down pretty far, ignoring all the standard requirements because most web browsers will just fill them in for you.

3KRunners is able to squeeze in 6 unique playable characters, and an infinite platformer with increasing difficulty into just 3000 bytes, or characters of source code.