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
»
SirCmpwn Axe game: Obstacle Snake
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: SirCmpwn Axe game: Obstacle Snake (Read 9400 times)
0 Members and 1 Guest are viewing this topic.
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: SirCmpwn Axe game: Obstacle Snake
«
Reply #15 on:
May 13, 2010, 05:17:18 pm »
Not too sure what you mean
Logged
calcdude84se
Needs Motivation
LV11
Super Veteran (Next: 3000)
Posts: 2272
Rating: +78/-13
Wondering where their free time went...
Re: SirCmpwn Axe game: Obstacle Snake
«
Reply #16 on:
May 13, 2010, 05:24:52 pm »
In ASM, bcalls starting with "Create" are used to create a variable. Where the variable data is, there are two bytes denoting size, followed by the rest of the variable data. The question is whether that data is zeroed out before the bcall returns.
Logged
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler
For
"PartesOS links"
:
I'll put it online when it does something.
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: SirCmpwn Axe game: Obstacle Snake
«
Reply #17 on:
May 13, 2010, 05:34:14 pm »
Aaaah ok, but I was curious what it had in relation with the MirageOs bug.
Logged
Quigibo
The Executioner
CoT Emeritus
LV11
Super Veteran (Next: 3000)
Posts: 2031
Rating: +1075/-24
I wish real life had a "Save" and "Load" button...
Re: SirCmpwn Axe game: Obstacle Snake
«
Reply #18 on:
May 13, 2010, 06:44:37 pm »
When you create an application variable, assume random garbage is already there, it is not automatically set to 0.
Wait, so what is the error right now? Is it the 65535 size error or is Mirage actually changing the high scores?
Logged
___Axe_Parser___
Today the calculator, tomorrow the world!
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: SirCmpwn Axe game: Obstacle Snake
«
Reply #19 on:
May 13, 2010, 07:30:45 pm »
Btw just tested on Wabbitemu and couldn't replicate the MOS crash
Logged
Silver Shadow
Beta Tester
LV8
Addict (Next: 1000)
Posts: 817
Rating: +27/-7
Re: our dear friend Axe game: Obstacle Snake
«
Reply #20 on:
May 17, 2010, 08:24:50 am »
Hehe, I love this thread's new title...
Logged
Former Coder of Tomorrow
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: our dear friend Axe game: Obstacle Snake
«
Reply #21 on:
May 17, 2010, 01:12:20 pm »
Lol yeah altough it kinda sucks we have to do this
hopefully this changes in one year and one month (when he will have graduated and turned 18)
Logged
nemo
LV9
Veteran (Next: 1337)
Posts: 1203
Rating: +95/-11
Re: our dear friend Axe game: Obstacle Snake
«
Reply #22 on:
May 28, 2010, 05:45:42 pm »
i found a glitch.
the blocks have a possibility of overlapping with the path of your snake. when the end of the snake reaches and tries to delete the overlapped section, the end changes direction and grows until it hits a wall, when it then recedes until it gets back to the blocked section. and then it grows.. and recedes.. over and over. i had a whole screen filled up because the end wouldn't delete itself (:
Logged
SirCmpwn
Guest
Re: our dear friend Axe game: Obstacle Snake
«
Reply #23 on:
May 29, 2010, 01:31:59 pm »
Yeah, there is that bug, the same bug with apples (less common), and occasionally corrupt score tables. I'll fix them eventually
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: our dear friend Axe game: Obstacle Snake
«
Reply #24 on:
May 29, 2010, 07:26:32 pm »
I saw your update on ticalc, but what happened to your download count?? Either your former file dissapeared from ticalc or you created a duplicate author accounts. Otherwise, could it be because you uploaded the file in a different directory?
Logged
SirCmpwn
Guest
Re: our dear friend Axe game: Obstacle Snake
«
Reply #25 on:
May 29, 2010, 10:25:57 pm »
I uploaded it for the first time yesterday
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: our dear friend Axe game: Obstacle Snake
«
Reply #26 on:
May 30, 2010, 01:33:09 am »
really? Because I saw it in ticalc.org archives for one week. It was even in the recent files list. It was uploaded around the same time I uploaded my old files on ticalc and the author name was yours. It was updated once during that time, too
The only difference is that the version uploaded at ticalc.org last week was under MirageOS rather than just ASM games
«
Last Edit: May 30, 2010, 01:34:06 am by DJ Omnimaga
»
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
SirCmpwn Axe game: Obstacle Snake