Closed braindef closed 4 years ago
Hello i just saw your message on "Crafting interpreters" unfortunately i don't have the answer for you.
Oh that's alright. Thanks though.
but i have some hints for your other works:
* You could do your TicTacToe and SudokuSolver also in Javascript. * For TicTacToe you could use Mini-Max-Algorithm to create an Artificial Intelligence / Computer Player. [1] * If you succeed with TicTacToe Computer Player you can also do an Chess Computer Player. I was always thinking, that i never could do a Chess Computer Player, but after 12 hours the first prototype was running. But definitely not something for beginners
Will definitely try this out! Seems like a cool challenge, I saw it while doing some research and referencing other articles and guides. Will give it a shot soon.
You can test all the things i said above here [2]. If you scroll to the bottom of the page (Chess, Sudoku, TicTacToe) you will find a link to the source on githb.
You have a nice Coding-Style, but maybe you should do more Comments, in the very old projects i made [3] i forgot the comments and today it's hard for me to read my own code.
Thanks mate! I realize that I do need to comment and document more because slowly but surely I am forgetting some things.
- Another easy thing to code would be nibbles/sneake game [4]
In case you get in trouble because of your good programming skills, have a look at [5]. I guess that is not yet required, but if you are good, the people snowden and @ioerror talked about will begin with psychological warfare, but only against the best. Just in case, the HackersCardgame would give you some advice for that.
Greetings Marc jr Landolt @FailDef
[1] https://en.wikipedia.org/wiki/Minimax [2] https://0x8.ch/index2.html [3] https://github.com/braindef/c-sharp/blob/master/VCard%20V2/Visitenkarte/Visitenkarte/Matrix.cs [4] https://www.youtube.com/watch?v=Bxs_UwBf6nw [5] https://marclandolt.ch/HackersCardgame3/jpg/EN/#scg5
Thanks for the feedback, I highly appreciate this! Especially since you took the time to list out the sources, will take a look at them. Your HackersCardgame seems pretty funny, kinda cool too. Will definitely look forward to doing some of these! Much appreciated.
Hello i just saw your message on "Crafting interpreters" unfortunately i don't have the answer for you.
but i have some hints for your other works:
You can test all the things i said above here [2]. If you scroll to the bottom of the page (Chess, Sudoku, TicTacToe) you will find a link to the source on githb.
You have a nice Coding-Style, but maybe you should do more Comments, in the very old projects i made [3] i forgot the comments and today it's hard for me to read my own code.
In case you get in trouble because of your good programming skills, have a look at [5]. I guess that is not yet required, but if you are good, the people snowden and @ioerror talked about will begin with psychological warfare, but only against the best. Just in case, the HackersCardgame would give you some advice for that.
Greetings Marc jr Landolt @FailDef
[1] https://en.wikipedia.org/wiki/Minimax [2] https://0x8.ch/index2.html [3] https://github.com/braindef/c-sharp/blob/master/VCard%20V2/Visitenkarte/Visitenkarte/Matrix.cs [4] https://www.youtube.com/watch?v=Bxs_UwBf6nw [5] https://marclandolt.ch/HackersCardgame3/jpg/EN/#scg5