Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI 68K => Topic started by: Stefan Bauwens on October 09, 2012, 03:38:16 pm

Title: Project Mine
Post by: Stefan Bauwens on October 09, 2012, 03:38:16 pm
Never mind the title. I'm just not sure of the name yet.
Stefan Bauwens presents another Stefan Bauwens' Production from Stefan Bauwens' Studio.

I've been tempted to start making a 2d minecraft game on my Ti-89. This is an insane job, I know, so it may be that it turns into something else(Therefore the title), but I hope of not.
I've never created a smoothscrolling engine in any language on any calculator. So far I have always failed. But this time, I got it working. :D
With the power of Newprog I could make this 4-level greyscale smooth-scrolling platformer. (The grayscale looks better on calc).
Currently I move 2 pixels at a time because I though 1 was a bit too slow.
Additional details:
-I use TI-OS pictures for now(instead of internal sprites).
-Physics and collision detection aren't quite perfect yet(aren't their at all actually :P ), but I wasn't really busy with that yet.

So what do you guys think?

For clarification: The screenshot is only demonstrating the scrolling engine.
Title: Re: Project Mine
Post by: Xaychru04 on October 10, 2012, 12:36:06 pm
The sprites are nice, but I think there is a little problem with the map refresh...
Otherwise, the physics engine can be improved, if you want some help with it in theory (cause I don't know what language you're using), you can ask me :)
Title: Re: Project Mine
Post by: Stefan Bauwens on October 10, 2012, 01:21:48 pm
Do you mean with map refresh that it doesn't always draw the map out of the screen? Also the sprites are just the ones of minecraft that I converted to 4-level grayscale.
I'm still busy with collision detection at the moment. I'll see how the physics goes after I've done that. Thanks for the offer. :)
I'm using the language newprog, which you can call the AXE for 68k calculators.
Title: Re: Project Mine
Post by: Xaychru04 on October 10, 2012, 01:43:11 pm
I mean that the player erases the map when he walk.
I had a lot of problems with tile based collisions in C++ too, but now that's fine, so don't hesitate to ask me for some help :)
Title: Re: Project Mine
Post by: Stefan Bauwens on October 10, 2012, 02:15:34 pm
Oh, thanks, also that's not a problem, I think I can easily fix that once collision detection is working. :)
Title: Re: Project Mine
Post by: Jim Bauwens on October 10, 2012, 02:34:34 pm
It's a weird world, where one must discover projects of siblings through the internet.
:P

Hope it works out :)
Title: Re: Project Mine
Post by: Stefan Bauwens on October 10, 2012, 02:42:02 pm
It's a weird world, where one must discover projects of siblings through the internet.
:P

Hope it works out :)
I didn't tell you this? Oops. :P
Thanks. Also for people interested, the current world is only 10x6 tiles big.