Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: njaddison on February 02, 2012, 02:41:46 pm

Title: Raze for the nspire?
Post by: njaddison on February 02, 2012, 02:41:46 pm
How about raze for the nspire? It's an awesome game. Here's a video:

if you want to play the game yourself, find it at:
https://6501228532666364510-a-1802744773732722657-s-sites.googlegroups.com/site/nelsonaddisoncom/stuff/raze.swf?attachauth=ANoY7cr9llzRABks9bxvUkW7WNaJaqCA0UuhLUHooNyZvMsJgbbEks7D3IEebGpDD1hxfKRjo6XgE6vAlD8ZwYO2wdhpOvwfBWYElTPAFgb6KLeSHDQq_fqEifa0gdpj2OosRz_MGrDZCbht0LwCry4PXR6fKQFzzkrX6Nc93WDHRT5OCFqMdEagwRNbHc4WDvjb38OyV2q7VOmUdk_kl7Hiz8pqlkgp-A%3D%3D&attredirects=0
Title: Re: Raze for the nspire?
Post by: AzNg0d1030 on February 02, 2012, 10:12:39 pm
Looks pretty hard even for nspire ndless
Title: Re: Raze for the nspire?
Post by: willrandship on February 02, 2012, 10:16:08 pm
nah, it'd be doable, with less fancy graphics like smoke effects and such. The physics of this game should be pretty doable on the nspire, especially since there have been fairly featureful physics engines for the 84+.
Title: Re: Raze for the nspire?
Post by: njaddison on February 05, 2012, 03:57:59 pm
Would it be possible to convert the game to c using adobe alchemy?
And if not, could I or someone else try to make a recognizable clone?
If it's possible to convert it to c, I will need somebody to compile it into a tns file after I convert it.
Title: Re: Raze for the nspire?
Post by: willrandship on February 06, 2012, 08:14:16 pm
no conversion software will be able to get it to the 320x240 greyscale, or to work with the specific libraries for the nspire, so you'll need to rewrite it in C.
Title: Re: Raze for the nspire?
Post by: DJ Omnimaga on February 10, 2012, 03:19:09 am
no conversion software will be able to get it to the 320x240 greyscale, or to work with the specific libraries for the nspire, so you'll need to rewrite it in C.
I thought grayscale was no longer needed due to the CX and Ndless converting colors to grayscale automatically? ???
Title: Re: Raze for the nspire?
Post by: willrandship on February 15, 2012, 02:13:20 am
well, yes, but he was asking about a converter that would take the actual flash game and convert it to C. The graphics are way off, and the libs will be completely different for that kind of project.

Rewriting it (njaddison's second option) is the only viable path.