Content for Game

Game

A game is a structured form of play, usually undertaken for enjoyment and sometimes used as an educational tool. Games are distinct from work, which is usually carried out for remuneration, and from art, which is more often an expression of aesthetic or ideological elements. However, the distinction is not clear-cut, and many games are also considered to be work (such as professional players of spectator sports or games) or art (such as jigsaw puzzles or games involving an artistic layout such as Mahjong, solitaire, or some video games).

Yes, Arduino Nano ESP32 can play Doom!

“Create your handheld gaming console using an Arduino Nano ESP32 and play Doom on the go. Doom is a classic first-person shooter game developed and published by id Software in 1993. The game is set in a futuristic sci-fi world …

Higher or Lower Arduino Game

“This first ever Arduino project of mine is a simple card game where you are given a card from a standard deck of cards and you need to guess whether the next card will be either higher, lower or equal …

COBRA: Reflex Coach

“Unleash your reflex potential with Cobra, the ultimate coach for lightning-fast responses and unmatched agility. Strike first, conquer all. Advantages of Training Reflexes Training reflexes offers a series of advantages and benefits in both daily life and various sports fields …

Mini Tetris - RP2040 Beginner Project

“My plan was to test the RP2040 microcontroller from the Raspberry Foundation in combination with the Arduino IDE and the Arduino C++ framework and I needed a evaluation project for that. I decided to program a simple tetris game in …

Space Invaders On the Uno R4 WiFi LED Matrix

“A quick and dirty space invaders game for the Uno R4 WiFi LED Matrix I wrote a simple version of Space Invaders for the Uno R4 WiFi! It uses 3 pushbuttons connected between GND and A0, A1, and A2 for …

Battery-powered Wireless Tetris Console Pair

“I wanted to experiment with a 64x64 rgb led panel. So I decided to make a portable battery-powered console, with at least one game on it. Then I realized that game must be Tetris. Then I realized I could make …

Electronic Puzzle Cube

“This is the Technological Tesseract—an electronic puzzle box. The goal of this puzzle is to connect three wires to the jacks in the correct configuration to make the LED matrix light up in a fun way. There are four …

Connect Four Game

“Challenge yourself by trying to beat the computer in this rendition of the 1970’s classic game of Connect 4 by Milton Bradley / Hasbro. It was a simple game played by two players. Each player takes turns to put their …

Arduino Connect4 Game- Human vs Microcontroller

“Connect4 game on an 8 x 8 pixel matrix with 5050 type LEDs with a built-in WS2812B chip. Connect Four is a two-player strategy game in which the players take turns dropping colored discs into a vertical grid. The objective …

Binary Code to ASCII Letters Teaching Game

“When I first learned about computers in college (1963) I never quite understood the relationship between binary/octal/hex/ascii/op-codes and other details of computer innards. In the mid 80s I built an IMSAI 8080 and it had a …