Category: Games

TTRPG Overview

In a fantasy RPG, the setting is typically a mythical world filled with magic, mythical creatures, and ancient civilizations.

As a GM, you bring a unique perspective and creativity to the game, and have likely honed your skills through years of experience. Your rulebook should serve as a comprehensive guide to help players immerse themselves in the world you’ve created.

Coding Zork-Like

Zork is a classic text-based adventure game that was developed in the late 1970s and quickly gained popularity and became one of the most influential games in the adventure genre, laying the foundation for the development of interactive fiction and text-based adventure games.

Code: Tic-Tac-Toe

Tic-Tac-Toe is a game of strategy, and skilled players can often force a draw by making optimal moves. It’s a popular choice for beginners to learn basic game-playing concepts and for AI algorithm development due to its simplicity and well-defined rules.

Python: Tamagotchi Class

Egg cracks with new life, Watch it grow, time unfurls swift, Tamago and watch. Tamagotchi are virtual pets that originated in the 1990s. The term “Tamagotchi” is a combination of the Japanese words for “egg” (tamago) and “watch” (utchi). The original Tamagotchi was a handheld digital device created by the Japanese toy company Bandai. Tamagotchis […]

The Pac-Man Project

Pac-Man is a classic arcade game that has stood the test of time and has a strong nostalgic appeal. The proposed Pac-Man game aims to capture the essence of the original game while offering enhanced features and modern gameplay experiences.

Code for Solo Play

Code can automate various aspects of the game, such as randomizing encounters, generating NPCs, resolving combat, or managing game mechanics. This automation saves time and effort by handling repetitive tasks.