top | item 10889613

TIS-100P on the App Store

110 points| shawndumas | 10 years ago |itunes.apple.com | reply

22 comments

order
[+] lazerwalker|10 years ago|reply
I love this game, and am so happy to see it on the iPad.

That being said, it's a bit of a shame it uses a virtual keyboard. Given the relatively constrained set of possible inputs (a dozen instructions, plus UP/DOWN/LEFT/RIGHT/ACC/NIL), it would have been cool to see him explore some more experimental touch-friendly input methods.

[+] pekk|10 years ago|reply
It doesn't seem fair to not allow proper comments and label choices using the keyboard...
[+] sleepybrett|10 years ago|reply
I recall that this may be a unity game, I'm not sure how hard it would be to implement a custom keyboard in unity.
[+] brian-armstrong|10 years ago|reply
TIS-100 is a fantastic game and it gives you lots of opportunities to use any dataflow or compiler optimizations you might know about. The instruction set is rather limited, not even giving us shift or bitwise ops, but it turns out to be more than sufficient.

I've made a youtube that demonstrates some pipelining and loop unrolling in one of my solutions for Signal Averager. This video does contain some spoilers but will give you an idea of what's possible in TIS-100, just in case you're on the fence :) https://www.youtube.com/watch?v=XBfEcxvJ6aY

[+] minimax|10 years ago|reply
I really loved playing this game on Steam and I would happily pay for more levels. I wonder how useful TIS-100 would be for teaching programming. The limited instruction set and number of registers make for a very simple and easy to understand programming environment.
[+] gmurphy|10 years ago|reply
My father used to teach microcontroller programming (after doing it for years at TI); he LOVES this game, wishes he had it when he was teaching students just a few years ago, and has recommended it to the professors who succeeded him.
[+] jdcarter|10 years ago|reply
I've enjoyed playing the Steam version of this. Really good puzzles and even has a story line. Print out the manual for a proper old-school experience!
[+] pepijndevos|10 years ago|reply
Is the assembly language an existing variation, or some imaginary machine?
[+] candeira|10 years ago|reply
Someone make an API to link this and Starfighter.io.
[+] danielvf|10 years ago|reply
Given the trivial instruction set, you could probably do it yourself!
[+] artursapek|10 years ago|reply
Pretty niche market they're going after with this one! I'd buy it if I had an iPad.
[+] drivers99|10 years ago|reply
Looks like it's also available on steam and gog, so you don't need an iPad.

This looks like it could be my type of fun. SpaceChem was awesome because it made me feel like I was designing microcode in a way (in that you have to coordinate independent things to work together with some basic commands), and KOHCTPYKTOP was really fun for (simulated) designing of integrated circuits from transistors by hand.

Here's a reddit AMA from 6 months ago. I guess the game is actually not new after all.

https://www.reddit.com/r/IAmA/comments/3brxcs/i_am_zach_bart...

[+] roghummal|10 years ago|reply
There's also a version for OS X/Windows/Linux. It's just called TIS-100 (no p).
[+] paste0x78|10 years ago|reply
Would love to see this on android since its built in unity (or at least the original was).