7 Articles in the category: Games

Bugster Rush – My 10 Year-Old Son's First Coding Project - Byte.Yoga

Bugster Rush – My 10 Year-Old Son's First Coding Project

My 10 year-old son made this game in the language Scratch in a few hours (with some help). Neither of us had coded in Scratch before, and I hadn't really seen it before at all. At...

Eel – Play This DOS Game in C in Your Browser - Byte.Yoga

Eel – Play This DOS Game in C in Your Browser

On this page you can see the source code and other details of the game Eel, which I wrote in C on a Windows PC while I was studying Physics in 1997. I'll add more...

Conqueror – Pascal Source Code and Details - Byte.Yoga

Conqueror – Pascal Source Code and Details

Play and see the source code and other details of the game Conqueror, which I wrote in Pascal on the Commodore 64 in early-mid high school. I'll add more info as I get around to...

Commodore 64 JavaScript Emulator - Byte.Yoga

Commodore 64 JavaScript Emulator

I found this Commodore 64 JavaScript Emulator, written by Thomas Hochgoetz, at c64emulator.111mb.de. It's installed here to demonstrate the games and other software I wrote in early-mid high school. ...

Fast Draw – A Commodore 64 Poker Machine - Byte.Yoga

Fast Draw – A Commodore 64 Poker Machine

Play this poker machine emulation online in your web browser! This page was an experiment to see if I can get some of the vintage computer games that I wrote years ago, before there...

Learn How to Hack Systems By Playing the Bandit Wargame - Byte.Yoga

Learn How to Hack Systems By Playing the Bandit Wargame


Difficulty
Interest
Education
Overall

You can play this game to learn the basics of the Unix / Linux terminal "shell" command prompt, and many other essential skills used in computer networking, including hacking. I'll write much more about this soon...

Simplified Game of NIM in Python with Code and Details - Byte.Yoga

Simplified Game of NIM in Python with Code and Details

Write a detailed algorithm and a program that plays the ancient Chinese game of NIM. Actually, this is a simplified version of the original game. In this game, the person who runs your program will...