mentisy / nandgame

Solutions to nandgame - An educational puzzle game. Solve a series of tasks where you build increasingly powerful components. Starts with the simplest logical components and ends up with a programmable computer.
http://nandgame.com
4 stars 1 forks source link

add Optional Levels Solutions: Multiplication #2

Open begit opened 3 years ago

begit commented 3 years ago

Optional Levels [PREVIEW] Logic: Nor Xnor Left Shift Arithmetics: Multiplication

mentisy commented 3 years ago

Added NOR, XNOR and Left Shift. The last one, multiplication, beats me at this moment. Feel free to try, and if you complete it, make a PR.

begit commented 3 years ago

thanks a lot

begit commented 3 years ago

Sorry for this noob question, but How to run your program? I try to download Eclipse php for it but with no success.

mentisy commented 3 years ago

Don't worry, it's not a noob question at all. Eclipse PHP is just an code editor. You'll need a web server to run php on. When I made the code this repository contains I made it for myself, so using php was convenient for me, as that's the language I know best. It would probably be better built on javascript as everyone can run it in their web browser without any server.

Anyway, I'll add a "build" file and a guide in the read me to the repository so that you can just copy/paste it into the browser.

See build.txt for the content and README.md for how to add the solutions to your save game.

If you have more problems, hit back to me and I'll see what I can do. With that said, I really hope you tried the levels yourself as that is way more gratifying :)