Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
Try Compute Engine
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Sankofa is an application for the analysis of Oware (Abapa rule set) games. The goal is to enable players to recognize and to learn from their mistakes and to try alternative strategies.
Run sankofa to show the interface on a local Web server at: http://localhost:10000* . Run retrograde to build a small end-game database.
Sankofa is an analysis tool and not an automated opponent. It allows you to play both sides and shows the evaluation of possible moves, the game history and more.
Please see Sankofa.md and LICENSE.TXT in the source code bundle for more details.
Engo is an open-source 2D game engine written in Go
Web support (wasm) is also available. v1.0 is now available! To celebrate, there will be a game jam coming soon to celebrate the release, start actually building things and hopefully find any issues. Updates for this will come soon.
Find and collect tokens scattered in the stages and avoid the monsters.
The game contains 'assets' subdirectory with some stages, but you can also design your own stages and the shapes of monsters or tokens in a web-browser with the 3D editor at https://mki1967.github.io/mki3d/ .
Run the game with the path to assets directory as the command line argument.
The assets directory contains the following sub-directories:
'monsters' - monster shapes '.mki3d' files
'stages' - designs of stages '.mki3d' files
'tokens' - token shapes '.mki3d' files
Just place the files with your designs in the respective sub-directories of the main assets directory. ...