Game – Entertainment Projects

Virtual Tetris

Virtual Tetris

Introduction Tetris is a very simple, but elegant game. Blocks of four bricks each are falling down in a play field, and the player can rotate and move the block sideways. When the block hits ground or another block below, it stays there. If one line of bricks is full, then that line is removed.

Virtual Tetris Read More »

Virtual Pong.

Virtual Pong.

Introduction The game Pong was the world’s first video game in the early 70’s, it is a tennis lookalike game where a ball is played with two rackets, which are moved up and down by each player. The ball can bounce at the floor and the ceiling. This version is implemented with the virtual game

Virtual Pong. Read More »

SX Pong

SX-Pong

After making the tetris game, it was very easy to make a Pong game. The game Pong was the world’s first video game in the early 70’s; this is a modern version of it, made with a little bit less hardware than the original version. In my version, the video signal is generated in software.

SX-Pong Read More »

SX Tetris

SX-Tetris

The first game I made in color using SX-chips was Tetris. Tetris is an old Russian computer game where you should try to fit in block into a play-field, quite simple but really fun. All blocks are built from four bricks (the name Tetris is derived from the ancient greek word for four: “tetra”), there

SX-Tetris Read More »

SX Game System

SX Game System

This page describes a SX28-based color video game system I made during year 2002. Now, beginning of 2007, almost five years after I made the first design I’ve updated the layout of the PCB and added a version of the PCB that has built-in gamepads and I also have made it possible to buy PCBs,

SX Game System Read More »

PIC Tetris

PIC-Tetris

Introduction I have made the game Tetris using a PIC16F84 running @ 12MHz. Tetris is an old Russian computer game where you should try to fit in block into a play-field, quite simple but really fun. All blocks are built from four bricks (the name Tetris is derived from the ancient greek word for four:

PIC-Tetris Read More »

PIC Game System

PIC Game System

This page describes a PIC16F84-based video game system I made and first published back in the beginning of 1998. Now, beginning of 2007, nine years later I’ve updated the layout of the PCB and also updated the source code to also be able to run on a PIC16F628A as Microchip is phasing out the 16F84

PIC Game System Read More »