simonalanjones / godot-scramble

Scramble arcade game for the Godot game engine
3 stars 0 forks source link

Can I ask you some questions for a project of mine? #1

Open 2Skali3 opened 1 month ago

2Skali3 commented 1 month ago

Hi, I wanted to ask you some questions about the project itself. Mostrly about how you implemented the map if that is not a problem for you. Secondly, if you have any tips of where to find info about how to implement the game. I am trying to recreate it in Java, but for now my best option is to draw the map by hand using paint. (so please give me a way to contact you)

simonalanjones commented 1 month ago

Hello.

I used the Godot game engine which provided a tilemap and I added landscape sprites to the tilemap while moving the camera to the right.

The sprites for just the landscape can be found in a tilesheet sprite: https://github.com/simonalanjones/godot-scramble/blob/master/sprites/tilemap/shapes_trim.png They are each 8x8 pixels.

In the landscape scripts there is code which decodes original data from the Scramble arcade game and converts that data to the necessary sprites which are added to the tilemap.

I looked through the original assembly code which is linked to in the repo. This helped me understand more about the game.

I took a long time making it but I wanted to get something quite faithful to the original.

Cheers

Simon.


From: 2Skali3 @.> Sent: Thursday, July 11, 2024 9:30 AM To: simonalanjones/godot-scramble @.> Cc: Subscribed @.***> Subject: [simonalanjones/godot-scramble] Can I ask you some questions for a project of mine? (Issue #1)

Hi, I wanted to ask you some questions about the project itself. Mostrly about how you implemented the map if that is not a problem for you. Secondly, if you have any tips of where to find info about how to implement the game. I am trying to recreate it in Java, but for now my best option is to draw the map by hand using paint. (so please give me a way to contact you)

— Reply to this email directly, view it on GitHubhttps://github.com/simonalanjones/godot-scramble/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3F42ZI7PZFVTFMTG63WTTZLY7DXAVCNFSM6AAAAABKWPEZZKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDENJYGY4DKOI. You are receiving this because you are subscribed to this thread.Message ID: @.***>