Author Topic: Temple Run [Axe]  (Read 15827 times)

0 Members and 1 Guest are viewing this topic.

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Temple Run [Axe]
« Reply #15 on: September 05, 2012, 09:49:57 pm »
Update! Not much has changed since the first version gameplay wise, but thanks to some help from ben_g, textures (8x8) are somewhat supported! There is only one graphical glitch I have to iron out, you may be able to see it in the screenie. If anyone has ideas on what might be causing that problem let me know. Also I took out the sprite for now.

It runs a bit slower. Just kidding, it runs a whole heck of a lot slower. The screenshot is in 15mhz. I have some ideas for optimization though, principally perhaps unpacking the textures to be 64-byte sections of data instead of using the somewhat slower bit command, and maybe abusing the always-horizontal/vertical nature of the tiles. If I did that though, rotating would probably be impossible unfortunately. I could probably "fudge it" as leafy suggested though, maybe by simply animating the turn via a couple 768-byte bitmaps. Thoughts?
« Last Edit: September 05, 2012, 09:51:17 pm by squidgetx »

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Temple Run [Axe]
« Reply #16 on: September 05, 2012, 09:53:34 pm »
nice work :D
Sig wipe!

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Temple Run [Axe]
« Reply #17 on: September 05, 2012, 11:21:16 pm »
Awesome update!

And it is still under 2KB? O.O

Offline TheMachine02

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 452
  • Rating: +105/-0
  • me = EF99+F41A
    • View Profile
Re: Temple Run [Axe]
« Reply #18 on: September 06, 2012, 03:50:10 am »
this is really good.

how the texture work ?
AXE/asm programmer - unleash the power of z80 //C++//C

epic 3D things http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_BasicsTheory.html

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Temple Run [Axe]
« Reply #19 on: September 06, 2012, 08:16:57 am »
In game dev, as long as the program functions fine and appears to do rotations there is no problem. Speed and functionality are always top priority. Your user will be none the wiser.  :ninja:
« Last Edit: September 06, 2012, 08:17:20 am by Art_of_camelot »

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Temple Run [Axe]
« Reply #20 on: September 06, 2012, 05:18:36 pm »
what command are you using to actually draw the textures? it looks reminiscent of line clipping problems.

EDIT: are texture edges moving to negative values past your viewing window/camera position?
« Last Edit: September 06, 2012, 05:21:43 pm by shmibs »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Temple Run [Axe]
« Reply #21 on: September 06, 2012, 06:51:57 pm »
This is looking awesome! And you defenetly need to speed it up :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: Temple Run [Axe]
« Reply #22 on: September 06, 2012, 09:19:57 pm »
Wow! Now time to make one for the nspire! ;)
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Temple Run [Axe]
« Reply #23 on: September 06, 2012, 09:51:00 pm »
Erghh...

Minimal progress for today. Spent most of it trying to get rid of that display glitch, which by itself brought up a whole host of other problems -__-

I'm going to work on it more tomorrow. On a more conclusive note, it seems that the community is overwhelmingly in favor of a conventional control scheme, so that's what I'll be doing for now (makes things easier anyway)

Offline blfngl

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 121
  • Rating: +3/-4
  • No worry, I'll surpass Calc84 in greatness...never
    • View Profile
Re: Temple Run [Axe]
« Reply #24 on: September 07, 2012, 08:21:22 am »
Good luck with this, it's really good! :)
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:

TiLibs
My Projects:
Minecraft Library

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Temple Run [Axe]
« Reply #25 on: September 20, 2012, 10:11:05 pm »
(Finally) update...

The major update is that that display bug is all but gone (Only a small bit remains but I know how to get rid of it). believe me, that took a huge amount of work...

Otherwise it looks more or less the same as before right? Hehe it does, only this screenie is running at 6mhz (compare to the last one going at 15mhz). Hooray!

Question: should I go for 16x16 textures or for additional shapes in the obstacle pieces (walls alongside, tops of obstacles, etc.)
« Last Edit: September 20, 2012, 10:11:19 pm by squidgetx »

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Temple Run [Axe]
« Reply #26 on: September 20, 2012, 10:33:42 pm »
It is slow..., but looks good! The texture kind of hurts my eyes.  O.O
I like milk.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Temple Run [Axe]
« Reply #27 on: September 20, 2012, 10:51:32 pm »
it is slow but sooooooooo awesome! :D
Great work so far!
And i'd say go for the faster solution :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Temple Run [Axe]
« Reply #28 on: September 20, 2012, 11:12:10 pm »
squidgetx never fails to make awesome-looking stuff. But I'd certainly like to see how fast you could get that by trying to turbocharge it to maximum Axe capabilities. :P

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Temple Run [Axe]
« Reply #29 on: September 20, 2012, 11:17:55 pm »
Looks awesome!

but...the guy kind of looks like a prancing horse O.O