BuckarooBanzay | 5 years ago | on: Git Submodules: Adding, Using, Removing, Updating (2009)
BuckarooBanzay's comments
BuckarooBanzay | 7 years ago | on: Minetest – Open source voxel game engine
A far underrated engine/game in my opinion:
* Educational use: https://wiki.minetest.net/MinetestEDU
* Contributed mods: https://www.minetest.net/customize/
* Servers (all nonprofit): http://servers.minetest.net/
BuckarooBanzay | 7 years ago | on: How I hacked modern vending machines
Would a simple backup/copy of the "charged" database have sufficed?
e.g: backup the db with a 5$ charge, use the credits, restore the database...
BuckarooBanzay | 7 years ago | on: Craft: A simple Minecraft clone written in C using OpenGL shaders
For those interested in the educational part (as with minecraft) there is an article about using it in schools: https://wiki.minetest.net/MinetestEDU
page 1
I'm using them in several of my game servers as a "meta-repo" that points to other git repositories (for example here: https://github.com/pandorabox-io/pandorabox-mods)
It makes updating, finding/fixing bugs and testing much easier (we are using github's dependabot to update and kick off initial tests)