Work in Progress

Treasure Hunters

3

Tinycloud778 2019-08-29 17:55 (Edited)

I finally convinced my friend and he’s going to help me build this game while I teach him the basics of coding.


Idea: Raisdp12
Art: Tinycloud77
Coding: Tinycloud77 & Raisdp12

Treasure Hunters.nx | Open in app
2019-09-10 19:13
Treasure Hunters.nx | Open in app
2019-09-07 14:26
Treasure Hunters.nx | Open in app
2019-09-01 13:03
Treasure Hunters.nx | Open in app
2019-08-31 20:28
Treasure Hunters.nx | Open in app
2019-08-31 20:07
Treasure Hunters.nx | Open in app
2019-08-31 16:32
Treasure Hunters.nx | Open in app
2019-08-30 14:41
Treasure Hunters.nx | Open in app
2019-08-30 03:03
Treasure Hunters.nx | Open in app
2019-08-29 22:22
Treasure Hunters.nx | Open in app
2019-08-29 17:55

Tinycloud778 2019-08-29 22:22

Is there a way to delete sprites in the background when playing the game?


Timo 2019-08-30 06:51

You mean changing cells of the map?

If you don’t need to store the changes when you switch the screen you can simply use the CELL command.

Otherwise, if you want to keep changes, you have to change the source map. By default it's in the ROM, so you can’t. You’ll have to COPY it to the working RAM, set BG SOURCE to it and then you can use the MCELL command.
I can prepare you an example if you want.


Tinycloud778 2019-08-30 14:16

Ok thanks


Tinycloud778 2019-08-30 14:16

I’ll give it a shot


Timo 2019-08-30 14:28 (Edited)

Please keep in mind: You don't have to call CLS and BG COPY every time in your game loop. Just do it once before the loop and whenever you go to another part of the map. This way you can change background cells and keep them until you go somewhere else.

Sprites are independent from the background and appear on their own layer, so you can move them without redrawing the background.


was8bit 2019-08-31 04:29

This is very cool :)


Tinycloud778 2019-08-31 13:04

Thanks, my friend is actually learning by making this game


was8bit 2019-08-31 14:02

Neato :D


Timo 2019-08-31 21:04

I got the sword! :)


Tinycloud778 2019-09-01 13:56

Thanks


Timo 2019-09-10 20:31

Do you have an idea for a story or quest already?


Tinycloud778 2019-09-10 23:15

Yeah


Tinycloud778 2019-09-10 23:16 (Edited)

The first quest will be to slay some monsters in the cave from the east


was8bit 2019-09-11 12:52

Coolio :)


Tinycloud778 2019-09-11 18:52

Thanks


Mrlegoboy 2019-11-11 02:12

Yo this shit rocks


Nicky 2021-08-08 05:01

Cool!


Log in to reply.