Games: New Games for GNU/Linux and Retro Stuff
-
Legacy of Sin blood oath | Linux Game - Invidious
Legacy Of Sin Blood Oath is a real-time strategy, RPG, survival and route defense game.
-
Why You’ve Never Heard About Nintendo’s U-Force
90’s kids think that the Power Glove was the coolest game peripheral of the epoch. We might have thought so too, until we heard about Don’t Touch: The Story of the U-Force from [The Gaming Historian].
-
KittyOS: Writing A Toy OS For The ATmega168 From Scratch
Writing an operating system for a computing platform is one of those non-trivial tasks few people actually need to do, regardless of whether it’s for a small microcontroller or a larger general-purpose computer. Many of us spend a large amount of our time working on producing robust code for embedded systems, occasionally diving deeper into the abstraction when we’re stuck on a problem. Quite often this work is sitting on top of an RTOS, which we consider a solved problem. [Jonathan Diamond] had picked up a fair bit of knowledge of some of the low-level AVR black magic, as well as some details of how operating systems work internally, and so decided to have a crack a building a toy operating system called KittyOS, for the learning experience alone.