Mars Lander. Any collaborators? Noobs welcome.
Re: Mars Lander. Any collaborators? Noobs welcome.
I like. I'll add your contribution to the main branch.
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
Re: Mars Lander. Any collaborators? Noobs welcome.
I like.
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
- Gunroar:Cannon()
- Party member
- Posts: 1143
- Joined: Thu Dec 10, 2020 1:57 am
Re: Mars Lander. Any collaborators? Noobs welcome.
Looks good.
Hmmm...maybe the light bulbs could emit light (shaders? or even simpler using a semi-transparent image gradient) , though you'll need trail and error positioning. If anyone ever has any objections with the art, no matter how many times, you can say, I'm patient
Will have to get to the lander( and cities hopefully)
Hmmm...maybe the light bulbs could emit light (shaders? or even simpler using a semi-transparent image gradient) , though you'll need trail and error positioning. If anyone ever has any objections with the art, no matter how many times, you can say, I'm patient
Will have to get to the lander( and cities hopefully)
Re: Mars Lander. Any collaborators? Noobs welcome.
Lucky for us, someone has just been working on that very topic!Gunroar:Cannon() wrote: ↑Sun Oct 17, 2021 11:14 am Redisgned tank. Light bulb on top for ... functionality? Just practicing my pixel art.
Maybe the broken version can be used when the tank is crashed into, though then you need explosions.
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
Re: Mars Lander. Any collaborators? Noobs welcome.
0_0
#intrigued.
Here is v0.05 (attached)
Change log:
- refueling is no longer instant. You can watch the fuel bar fill up (it's really cool)
- a "win" sound is added to let you know you've landed on a base correctly
- a "salary" is now payable based on landing close to the base
- an animated landing pad is added
- things drawn off the screen are no longer drawn off the screen (for performance reasons)
- 10 bases are now added. Easy to add more
- the lander is scaled up a little bit (but now quite ugly)
- the ground is now "filled" and looks better
- load game added
- save game added
- some code refactoring
- some runtime bugs fixed
- bitser implemented correctly
- game balancing added
- bases will deactivate when out of fuel
I'm thinking that light on top of the base should turn off when the base is out of fuel. Should be easy - right?
Outstanding tasks are documented on github. Anyone can read in "view only" mode:
https://github.com/togfoxy/MarsLander/projects/1
#intrigued.
Here is v0.05 (attached)
Change log:
- refueling is no longer instant. You can watch the fuel bar fill up (it's really cool)
- a "win" sound is added to let you know you've landed on a base correctly
- a "salary" is now payable based on landing close to the base
- an animated landing pad is added
- things drawn off the screen are no longer drawn off the screen (for performance reasons)
- 10 bases are now added. Easy to add more
- the lander is scaled up a little bit (but now quite ugly)
- the ground is now "filled" and looks better
- load game added
- save game added
- some code refactoring
- some runtime bugs fixed
- bitser implemented correctly
- game balancing added
- bases will deactivate when out of fuel
I'm thinking that light on top of the base should turn off when the base is out of fuel. Should be easy - right?
Outstanding tasks are documented on github. Anyone can read in "view only" mode:
https://github.com/togfoxy/MarsLander/projects/1
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
Re: Mars Lander. Any collaborators? Noobs welcome.
In case it wasn't obvious, I was referring to this link
https://love2d.org/forums/viewtopic.php?f=3&t=92186
Also, the .love is broken - file assets/landinglights.png seems to be missing. (It's there, but the folder is called Assets instead. Capitalization matters on non-Windows systems.)
https://love2d.org/forums/viewtopic.php?f=3&t=92186
Also, the .love is broken - file assets/landinglights.png seems to be missing. (It's there, but the folder is called Assets instead. Capitalization matters on non-Windows systems.)
Any code samples/ideas by me should be considered Public Domain (no attribution needed) license unless otherwise stated.
Re: Mars Lander. Any collaborators? Noobs welcome.
Poop.
v0.05a
I really like this version. Encourage you all to try it.
v0.05a
I really like this version. Encourage you all to try it.
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
Re: Mars Lander. Any collaborators? Noobs welcome.
v0.06 is ready. This took a whole evening. I wasn't thinking my best and had to rewrite whole chunks of messed up ideas.
- wealth reward is now tied to soft landing (vx & vy) and how close to centre of the landing pad
- can now buy upgrades: larger fuel tank, efficient thrusters and a rangefinder
- players can't fly off the left side of the screen now
Whilst those notes don't look like much there was a lot of refactoring so I'm happy with that. If anyone wants to contribute the github is open to the public. The LOVE file is attached. The code is intentionally written for noobs - not a single instance of SELF keyword.
Milon and Gunroar have both made great contributions so far. This is not just my project and there are some important game play decisions to make (see github cards).
I see Milon has offered some comments against github cards. Thanks for that. I think deterministic terrain is the future. I was thinking of more retro and "mountains" like my concept diagram in the OP (the 2nd image) but idk anymore. The random (but deterministic) terrain is kind of growing on me. I might experiment and see. Your code examples have been super super super useful, practical and written to be educational (i.e. not complex).
- wealth reward is now tied to soft landing (vx & vy) and how close to centre of the landing pad
- can now buy upgrades: larger fuel tank, efficient thrusters and a rangefinder
- players can't fly off the left side of the screen now
Whilst those notes don't look like much there was a lot of refactoring so I'm happy with that. If anyone wants to contribute the github is open to the public. The LOVE file is attached. The code is intentionally written for noobs - not a single instance of SELF keyword.
Milon and Gunroar have both made great contributions so far. This is not just my project and there are some important game play decisions to make (see github cards).
I see Milon has offered some comments against github cards. Thanks for that. I think deterministic terrain is the future. I was thinking of more retro and "mountains" like my concept diagram in the OP (the 2nd image) but idk anymore. The random (but deterministic) terrain is kind of growing on me. I might experiment and see. Your code examples have been super super super useful, practical and written to be educational (i.e. not complex).
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/idle-gridiron
- Gunroar:Cannon()
- Party member
- Posts: 1143
- Joined: Thu Dec 10, 2020 1:57 am
Re: Mars Lander. Any collaborators? Noobs welcome.
Oh, is me? My explosion code is integrated into the framework of the game I'm working on (bump.lua, specific entity inheritance of all objects in game), but I guess I could try and integrate it if that's fine, or maybe explosions are already being coded in?milon wrote: ↑Mon Oct 18, 2021 10:33 amLucky for us, someone has just been working on that very topic!Gunroar:Cannon() wrote: ↑Sun Oct 17, 2021 11:14 am version can be used when the tank is crashed into, though then you need explosions.
More sprites, anyone is free to edit them to make small changes just in case
- Gunroar:Cannon()
- Party member
- Posts: 1143
- Joined: Thu Dec 10, 2020 1:57 am
Re: Mars Lander. Any collaborators? Noobs welcome.
I just saw this... noooooo
Who is online
Users browsing this forum: No registered users and 3 guests