Omnimaga
Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: benedikt.muessig on May 29, 2014, 07:31:23 pm
-
Hello,
I was developing a project, where you could have played as Kenny McCormick from South Park and could have solved levels.
It was going to be a side scroller.
Images
(http://i.imgur.com/xKK7Wwu.png)
-
As I said, good luck with it ! :D
-
Good luck!
Are you using Axe?
-
Yes I'm programming in Axe
-
Good luck, because side scrollers can be kinda challenging if there are a lot of obstacles and stuff. (especially if you have less than 4 years of experience in Axe programming, let alone programming in general)
-
Do you already have tilemap scrolling down ? You shown me a screenshot with working jumping physics the other day.
-
Well the physics are all working now properly.
I'm still working on the side scrolling, but I think I can manage this ;)
-
A quick status update:
I managed all the Physics.
Now I have to make the Level scrolling.
-
Nice but you should have done the scrolling first. :P
-
Probably yes, but my scrolling isn't going to be that complex.
It's just scrolling the level from right to left if you get off-screen on the right side.