Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I remade the game Pegs for the TI-83+ graphing calculator in PuzzleScript: https://github.com/roryokane/pegs-in-puzzlescript. Play the current version at http://www.puzzlescript.net/play.html?p=6862358.

PuzzleScript is an impressive project. The editor is pretty easy to use (the smart syntax highlighting is very helpful). The rule system was general enough to allow me to implement most of the concepts from the original Pegs very easily (with the exception of cross piece selecting), and add new features like animation and sound effects easily too. It was tough to compress some of the 8x8 sprites into 5x5, but I managed it thanks to the ability to use custom colors in sprites. What I didn’t like was the hard-coded limit of 6 layers, plus the occasional severe visual glitches in the running game that required me to refresh the page. The documentation is very good for a one-man project, but has small errors in places and lacks cross-references that force me to look through many pages to find the functionality I was looking for.

I was very interested when I saw this post, because I was already re-remaking Pegs for the browser (https://github.com/roryokane/pegs-js). I have a lot of experience with implementing that game, so it was interesting to see the rules phrased in a different language, and to come up with new colored sprites, sound effects, and animations that reflect what I imagine is really happening when you play Pegs.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: