Skip to main content

Games like Wireworld

Looking for games like Wireworld? Here are top simulation recommendations, selected from player-similarity data — start with Wireworld 1K, Conway's Game Of Life or Petefall 10.

Change display type

Skip Platform filter

Skip Play Mode filter

Skip Price filter
  • Wireworld is a Turing-complete cellular automaton (CA) suited to simulating electrons moving on copper wire. By placing copper in specific configurations you can build electronic components - transistors, timers and logic gates. This cart implements a Wireworld CA Binary Adder. Two numbers represented in binary (little-endian, LSB) are added together. The largest decimal value it can calculate is …

    View Game
    View Game
  • Game of Life is a Cellular Automaton created by John Conway. If you do find any bugs please report them in the comments. I am immensely grateful to those that do so. Thank you. Rules:     Any live cell with fewer than two live neighbors dies, as if by underpopulation.     Any live cell with two or three live neighbors lives on to the next generation.     Any live cell with more than three…

    View Game
    View Game
  • 50%Game Brain Score
    50% User Score Based on 1 reviews

    This is my fourth ever 10-liner written in BASIC for Commodore 64. This game has been submitted to the Basic 10-Liner Contest 2022 in PUR-80 category. Inspired by the old demo called "3 adventures" I did back in the 90s. Plot Not too many people know that Harry Pitfall has a brother, and his name is Pete. Your goal is to help Pete in his adventure as he travels through 32 worlds full of pits. Ne…

    View Game
    View Game
  • Title: Simple COVID-19 Simulator Platform: MSX Author: Oscar Urra (Twitter: @o_urra) Language: MSX-BASIC Category: SCHAU PROGRAM DESCRIPTION This is a small simulator somehow inspired by the classic Conway's Game of life. In our case, we simulate the propagation of the COVID-19 in a grid, starting with the following parameters: - Initial infections: Number of initial cells that are infected, set t…

    View Game
    View Game
  • 38%Game Brain Score
    38% User Score Based on 3 reviews

    TuringBot is a programming game about Turing machines. An ideal Turing Machine is just about the simplest computer imaginable. In this programming puzzle game, you have to program your own little Turing machines to perform certain tasks. A Turing machine is made of two things: a tape that can store a series of symbols (here represented by circles, squares, crosses...)a cursor that can move along t…

    View Game
    View Game
  • Aim of the game In this game, you control a bouncing ball that jumps between platforms. The screen scrolls to the left, so keep the ball in the visible area. Attention! Colour of the ball matters! When ball hits the platform, colour of the ball changes to the colour of the platform. When the ball bounce off the platform, two things may happen: platform will break if colour of the ball is differen…

    View Game
    View Game
  • Laser Chess This is a game developed in Unity using C# as a test challenge for 8 days. All the 3D models, UI sprites and Particle Effects are Free assets downloaded from the Unity Asset Store. All of those are described in the Credits section of the game. Most of those assets were edited in Photoshop to fit the requirements of the project. The game is played on an 8x8 grid.   It is a 2 player game…

    View Game
    View Game
  • 50%Game Brain Score
    50% User Score Based on 1 reviews

    # Roguelike 10 This game was written for the Basic 10-Liner Contest 2023 in the PUR-80 category. It's written for Commodore 64/128 computers. ## Aim of the game As in all rogue-like games, your aim is to explore as many randomly generated dungeons as possible, not get slain and find as much gold as you can carry! With joystick in port 2, your hero character can move and attack only in 4 direction…

    View Game
    View Game
  • 91%Game Brain Score
    gameplay, emotional
    optimization, music
    91% User Score Based on 68 reviews

    "Octoptocom" is an open-ended puzzle programming game that challenges players to design and optimize optical computing devices using lasers, mirrors, filters, and other components. Players must read, transform, and write sequences of colored squares to solve over 40 levels of light puzzles, with a focus on finding compact and efficient solutions. The game requires no knowledge of assembly code, making it accessible to a wide range of players.

    View Game
    View Game
  • For Category "PUR-80" Title: "100-line maze" Platform: Commodore 16 / Plus/4 Language: Commodore BASIC V3.5 INTRODUCTION ============ Wander through a binary maze (editable through program line 0), optionally measure your time. FEATURES ======== - Fast action - Joystick control (port 2 only) - Diagonal movements - 100(+4) screen rows of maze (editable through program line 0) - Measure your time …

    View Game
    View Game