Category: Linux

  • Minecraft, pockets & editions

    Minecraft is not Minecraft Pocket Edition. My son’s now into Minecraft. I set up a Docker-based server for him, & discovered that he was running Minecraft Windows 10 Edition. This uses the same API as Minecraft Pocket Edition, which is not the same as Notch‘s standard Java-based Minecraft. For this reason, my first attempt at…

  • Setup for Pioneer development

    I did a little development while on holiday for a FOSS game I like, called Pioneer. I wanted to carry on when I got back, so I set about creating a dev environment for it. Here are my notes on that. IDE First I got Eclipse. Then I enabled C++ development using CDT. Lua Pioneer…