Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver3
4いいね 187回再生

Programming Puzzle Game

Want to play a simple programming puzzle game where you code in assembly language? The idea is that you write short programs that load and modify input data, to create a desired output image, based on a task that you’re given. If the program is wrong the output image looks weird and noisy. However when it’s written correctly it gets drawn as it’s supposed to, and you progress to the next level. I made it using C++ and SDL2 as usual, but this time I decided to use the emscripten compiler so that runs in the web browser. Overall I feel like it’s an interesting game idea, but I’m not sure if it’s good or not in it’s current state. I’d love to get some feedback on it.

Play Game in Web Browser:
www.funneractic.com/ProgrammingPuzzle/Game.html

コメント