Block-breaking game in vim 8.0
github.com
Block-breaking game in vim 8.0
1–10 of 38 posts
Re: Block-breaking game in vim 8.0
#2Re: Block-breaking game in vim 8.0
#3Does this work with Neovim or vim only?
Re: Block-breaking game in vim 8.0
#4Re: Block-breaking game in vim 8.0
#5Does this work with Neovim or vim only?
Re: Block-breaking game in vim 8.0
#6Re: Block-breaking game in vim 8.0
#7Does this work with Neovim or vim only?
Re: Block-breaking game in vim 8.0
#8Related, a self destroying game I built some time ago: https://void4.github.io/ The yellow dot is the instruction pointer, the red dots represent the program memory. If you hit the ball just right you can introduce graphic glitches. Most times, the instruction pointer gets out of bounds however.
Re: Block-breaking game in vim 8.0
#9Related, a self destroying game I built some time ago: https://void4.github.io/ The yellow dot is the instruction pointer, the red dots represent the program memory. If you hit the ball just right you can introduce graphic glitches. Most times, the instruction pointer gets out of bounds however.
That's kinna like the story about the guys who coded a Tron lightcycle game on the Apple II. Failure to properly bounds-check the lightcycle position meant that the cycles could be driven off screen, corrupting main memory and the game code itself -- much like what happened in the move Tron .
Re: Block-breaking game in vim 8.0
#10Earlier quoted context omitted.
That's kinna like the story about the guys who coded a Tron lightcycle game on the Apple II. Failure to properly bounds-check the lightcycle position meant that the cycles could be driven off screen, corrupting main memory and the game code itself -- much like what happened in the move Tron .
Story: http://blog.danielwellman.com/2008/10/real-life-tron-on-an-a...
Similarly, arbitrary code execution in Super Mario World: https://www.youtube.com/watch?v=OPcV9uIY5i4
It's like transforming a chess game into Mikado just by playing it.