AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

Arduino Asteroids Game!

[gallery ids="4052,4053" type="rectangular"]

The humble beginnings of a simple asteroid avoidance game.

Okay, so I said that I would try making a little game with this LCD keypad, and I really meant it! I give you: "Asteroids Game!"

Well, at least the start of it. As you …

LCD Keypad Shield for Arduino

[gallery ids="4046,4047,4048" type="square"]

I'm not entirely new to the Arduino scene, but I'm certainly not an expert. With that, I've decided to pick up a few "toys", such as shields and attachments for the Arduino with the hopes of using them to learn more about this …

Android meets Arduino!

[gallery ids="4035,4036,4037" type="rectangular"]

As you guys know, I don't really do "product reviews". But if I find a handy tool, and use it, then it is fun to share that info with others. One such tool is Bluino Loader, an Android app that lets you create …

Finished, picoEngine?

picoEngineComplet

Today I released version 1.0 of picoEngine.

That's right! My UCI compatible chess engine is now released as picoEngine version 1.0! You can view the tag on my GitLab. Now you too can download and compile picoEngine for yourself! It comes with a generic 64 bit version that …

Are you listening to yourself, picoEngine?

firstMove

Last post I was really excited about granting picoEngine permission to make multi-ply moves. However, I came to realize that while it was considering the end result of multiple ply moves, it was still only making the current move based on a single ply decision.

So, in layman's terms: It …