Latest logic Activity
There are three common ways to organize this:
Hello friends!
I would like to introduce you to Amoriax, which I finally finished after a year 🙂
It is a tactical game based on ancient Roman board games. These games were built on the principle of simplicity - they usually had plain stones with some movement options, yet there was magical logic behi…
Hey ya'll,
Here's a new vlog I put out yesterday that detail 18 different tips and hacks I use in Logic Pro X. I hope you find it useful!
Basically, what happens is that you let go of seeing integers as values, and instead see them as a collection of 0/1 bits. Python has operators &, |, ^, <<, and >> to work with collections of bits. The bits view is also why ‘bin’, ‘oct’, and ‘hex’ exist in Python. A decimal va…
Chess is rather complicated with all its different pieces and rules. You could go more abstract to eg reversi, or even simpler tictactoe (much smaller board).