Advertisement

Latest logic Activity

There are three common ways to organize this:

  • Write different functions. Keeping them in sync when changing is annoying.
  • Use if() statements on the inside of the functions, if the differences aren't particularly big. (Unreal does a lot of this.)
  • Use implementation inheritance or delegation, and take …
  • 5,863 views
    Advertisement
    Amoriax - tactical game based on Roman board games

    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…

    3,977 views

    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! 

    4,939 views
    Alberth
    April 05, 2020 06:12 PM

    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…

    7,320 views
    Alberth
    March 17, 2020 03:31 PM

    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).

    3,206 views
    Advertisement
    Advertisement