Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
Temple Run [Axe]
« previous
next »
Print
Pages:
1
[
2
]
3
Go Down
Author
Topic: Temple Run [Axe] (Read 18054 times)
0 Members and 1 Guest are viewing this topic.
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
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
»
Logged
+4/-0 karm for this message
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Temple Run [Axe]
«
Reply #16 on:
September 05, 2012, 09:53:34 pm »
nice work
Logged
Sig wipe!
parserp
Hero Extraordinaire
LV10
31337 u53r (Next: 2000)
Posts: 1455
Rating: +88/-7
The King Has Returned
Re: Temple Run [Axe]
«
Reply #17 on:
September 05, 2012, 11:21:16 pm »
Awesome update!
And it is still under 2KB?
Logged
ticalc.org
|
Cemetech
|
TI-Freakware
|
casiocalc.org
TheMachine02
LV6
Super Member (Next: 500)
Posts: 452
Rating: +105/-0
me = EF99+F41A
Re: Temple Run [Axe]
«
Reply #18 on:
September 06, 2012, 03:50:10 am »
this is really good.
how the texture work ?
Logged
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
TIfanx1999
ಠ_ಠ ( ͡° ͜ʖ ͡°)
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 6173
Rating: +191/-9
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.
«
Last Edit: September 06, 2012, 08:17:20 am by Art_of_camelot
»
Logged
shmibs
しらす丼
Administrator
LV11
Super Veteran (Next: 3000)
Posts: 2132
Rating: +281/-3
try to be ok, ok?
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
»
Logged
Sorunome
Fox Fox Fox Fox Fox Fox Fox!
Support Staff
LV13
Extreme Addict (Next: 9001)
Posts: 7920
Rating: +374/-13
Derpy Hooves
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
Logged
THE GAME
Also, check out
my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!
blfngl
LV4
Regular (Next: 200)
Posts: 121
Rating: +3/-4
No worry, I'll surpass Calc84 in greatness...never
Re: Temple Run [Axe]
«
Reply #22 on:
September 06, 2012, 09:19:57 pm »
Wow! Now time to make one for the nspire!
Logged
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:
TiLibs
My Projects:
Minecraft Library
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
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)
Logged
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
blfngl
LV4
Regular (Next: 200)
Posts: 121
Rating: +3/-4
No worry, I'll surpass Calc84 in greatness...never
Re: Temple Run [Axe]
«
Reply #24 on:
September 07, 2012, 08:21:22 am »
Good luck with this, it's really good!
Logged
GAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAMEGAME
My blog:
TiLibs
My Projects:
Minecraft Library
squidgetx
Food.
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +503/-17
rawr.
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
»
Logged
+5/-0 karm for this message
Read my webcomic!
|
My SoundCloud
Projects:
[url=http://www.omnimaga.org/index.php?topic=5988.msg117813#msg117813]Check out the demo now!
- Current progress: battle engine and stuff
Proud author of:
Cuberunner
|
SpaceDash
|
The Psyche
|
XXEdit
|
AxeSynth
|
StickNinja
|
Gravity Guy
|
Embers:Phoenix
|
Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
Spenceboy98
LV7
Elite (Next: 700)
Posts: 547
Rating: +59/-2
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.
Logged
I like milk.
Sorunome
Fox Fox Fox Fox Fox Fox Fox!
Support Staff
LV13
Extreme Addict (Next: 9001)
Posts: 7920
Rating: +374/-13
Derpy Hooves
Re: Temple Run [Axe]
«
Reply #27 on:
September 20, 2012, 10:51:32 pm »
it is slow but sooooooooo awesome!
Great work so far!
And i'd say go for the faster solution
Logged
THE GAME
Also, check out
my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!
Runer112
Moderator
LV11
Super Veteran (Next: 3000)
Posts: 2289
Rating: +639/-31
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.
Logged
parserp
Hero Extraordinaire
LV10
31337 u53r (Next: 2000)
Posts: 1455
Rating: +88/-7
The King Has Returned
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
Logged
ticalc.org
|
Cemetech
|
TI-Freakware
|
casiocalc.org
Print
Pages:
1
[
2
]
3
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
Temple Run [Axe]