Release

Godzilla Smash'em

7

was8bit 2022-12-25 03:29

Tear up the city, anyway you want ;) game over a helicopter gets you...

ARROW KEYS = move
(A)= blow fire
(B)= wack tail
(PAUSE)= new game


was8bit 2022-12-25 03:30

Just a quicky game... anyone is welcome to remix ;)


JudgeGroovyman 2023-01-17 04:23

I have to say this code is really impressive. To get this whole game in just those few lines of code is amazing. What like less than 200? It’s so clever how you control those choppers. I like how you think :) thanks for making this.


was8bit 2023-01-17 04:33

Thanky :)

I like trying to make games that use the existing data on the background that code can read and interact with... this eliminates variables to keep track of different items and their locations...

It has its limitations, which makes it a fun challenge to try to code :)

One advantage to this approach is this.... the size of PERSIST memory is precisely the same size as both backgrounds... therefore a game save and reload can be easily made of all enemy locations, etc by simply saving and reloading the background memories ;)


was8bit 2023-01-17 04:36 (Edited)

I am also using background memory as a variable storage is used here:

https://lowresnx.inutilis.com/topic.php?id=2555

Enemies and such are in the visible background, and enemy life levels are stored directly behind them in the unseen background ;)

.... other experimental approach ;)


JudgeGroovyman 2023-01-24 14:11

Incredible! I love it and will go play the relics game thanks and nice work!


was8bit 2023-01-25 04:12 (Edited)

Thanky thanky :D

... I gotta finish it though....

... also, the original version was Timo's, and he left it for anyone to finish... I've put my spin on it....


Pablo 2023-02-12 00:56

I know it's destroying the city, but looks adorable.


was8bit 2023-02-12 11:00

:D


Log in to reply.