norpet
A downloadable game
norpet is a digital pet with hand-powered logic.
its board (or non-electronic digital screen) consists in a grid of logical operations, one per cell, that you have to follow to bring your pet across its different states of life.
have around two types of beans, like black beans and soy beans, print out the PDF, and follow the instructions.
norpet is a proof-of-concept of beans computing that we developed for the Virtual Pet Jam 2022.
it is based on a 3-bit counter using only NOT and OR gates of one and two inputs respectively.
the state of the changing "pixels" of the pet correspond to the state of the different outputs of the logic gates network.
---
norpet es una mascota digital con lógica manual.
el tablero (o pantalla digital no-electrónica) consiste en una cuadrícula de operaciones lógicas, una por casilla, que hay que seguir para llevar a tu mascota a través de sus diferentes estados de vida.
ten cerca dos tipos de frijoles, como frijoles negros y frijoles de soya, imprime el PDF, y sigue las instrucciones.
traducción al español del tablero e instrucciones por vladomiro.
Status | Released |
Category | Physical game |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | compudanzas |
Tags | hand-powered, logic, logic-gates, Virtual Pet |
Asset license | Creative Commons Attribution_NonCommercial_ShareAlike v4.0 International |
Average session | A few minutes |
Links | Homepage |
Download
Click download now to get access to the following files:
Development log
- traducción al españolOct 21, 2023
Comments
Log in with itch.io to leave a comment.
erm… question… on which cell do you start the loop?
:) great question! once you have set up the three cells at the top (x2, x1, x0), search in the board for the three cells that refer to them, with x2, x1, or x0 inside. from there you’ll be able to find other cells that refer to these in turn.