The Ex-Spirit Animals Game
The Spirit Animals game was a multiplayer browser and mobile-app game based on Scholastic's book series of the same name. The books ran from 2013 to 2018, with the game remaining active until July 2019. The Android version of the game can still be downloaded here and be played in offline ("guest") mode, and iOS users who have previously used the app can reinstall it from their "Purchased" menu and do the same.
The game was originally built in the game engine Unity, using the Unity Web Player technology. The Unity Web Player is now obsolete: web browsers started phasing out support for it and similar plugins in 2015. Furthermore, the game was tightly linked to Scholastic forum accounts, which, obviously, any fan servers for the game would not be able to connect to. These factors mean it isn't feasible to do a bit of technological magic and get the game up and running again. (Immediately.)
But the game was a good game, and it's fondly nostalgic, and this does make a good project. Hello, my goal is to rebuild the Spirit Animals game and get it (unofficially though it may be) online again.
Technology: three.js, a WebGL-based 3D graphics library, to substitute for Unity and its Web Player. This is not a real game engine. Not using a game engine will make the process slower, but this developer doesn't like Unity and does like stupid optimisation challenges. If you're tech-y you can try to convince me to use Godot. If not I am going to learn so much about game engines.
Assets and art: Nicked from the decompiled original game.
Network/multiplayer: Currently considering socket.io. Have not tested its suitability for this game's multiplayer modes at all, yet.








