Nice!
RGEN
Root / Submissions / [.]
JohnCorbyCreated:
Download:73ANN3KPVersion:1.0Size:Nope
To make sure maps are always possible, you could look for 1 or 2 paths to the end to keep open before the randomness appears.
This is a fantastic game! It's actually one of my favorite so far on SmileBASIC, mainly because its a very nicely made game engine, is skips all the story and dialog crap, making it easy to pick up and play. I also really like it because basically every concept of the game has been generated randomly, the theme, background, level design... So it's always new. I beat it a few times. It starts out pretty difficult, but once you can grasp the physics, and are able to decide if you can make a jump without falling to your doom, the game gets significantly easier.
A trick that I noticed was, if you can make it to the top of the world, to where only an arrow is visible showing where you are, then jumping platform to platform becomes much easier.
You should totally develop a 3D platformer, I'm sure you could make a fantastic competitor with mine, considering you already have knowledge of how to make a platforming game that never really gets old and has a wide range of difficulties.
Replying to:Simeon
This is a fantastic game! It's actually one of my favorite so far on SmileBASIC, mainly because its a very nicely made game engine, is skips all the story and dialog crap, making it easy to pick up and play. I also really like it because basically every concept of the game has been generated randomly, the theme, background, level design... So it's always new. I beat it a few times. It starts out pretty difficult, but once you can grasp the physics, and are able to decide if you can make a jump without falling to your doom, the game gets significantly easier.
A trick that I noticed was, if you can make it to the top of the world, to where only an arrow is visible showing where you are, then jumping platform to platform becomes much easier.
You should totally develop a 3D platformer, I'm sure you could make a fantastic competitor with mine, considering you already have knowledge of how to make a platforming game that never really gets old and has a wide range of difficulties.
About the 3d thing: probably not because z order is hecc for side/top triangles eks dee
EDIT: actually i made a 3d engine but its bad and slow as hecc (however it doesnt have triangles disappear when you come near them like in 3dengine or whatever the popular 3d engine program was called so uh um ok)
Replying to:MasterR3C0RD
To make sure maps are always possible, you could look for 1 or 2 paths to the end to keep open before the randomness appears.
that sounds extremely difficult (at least to me)
wouldn't that require an AI that would test the map each time it's built or something?
basically what I'm saying is how would you do that?