14 scripts tagged as: [type · fun]
Balls | ||
balls.r | v:1.0.0 1.1 KB 20 May 2010 | Fun for begginers. Cute balls moving around. Give it a try you will like it. author: Endo |
Le Compte est Bon. | ||
ceb.r | v:1.0 1.3 KB 2 May 2008 | Algorithm to solve french countdown game. author: Christian Blanvillain |
Demo Emulate PSG AY-3-8912... MSX PoWaaaa !!!! | ||
demo-ay.r | v:0.0.2 88.5 KB 9 Feb 2007 | Emulate the PSG AY-3-8912 author: Guest2 |
Beware the Entity | ||
entity.r | 0.9 KB 18 Oct 2013 | Little creature that runs around faces playing around author: Izkata |
Fire and Smoke particles generator. | ||
fire-smoke-particle-generator.r | v:1.0.2 14.3 KB 18 Sep 2010 | A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in author: [unknown] |
Demo Msx Emulation Galaga | ||
galaga.r | v:1.0.1 88.5 KB 28 Feb 2007 | MSX Emulation using rebcode author: Guest2 |
A Variation on Conway's Game of Life | ||
game-of-life-variation.r | v:0.0.4 5.3 KB 21 Sep 2005 | A GUI implementation of a modified version of the popular cellular automaton system.
The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white)
2) For every iteration, each cell's next state depends on current state and # of live neighbors
a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive
b) if cell is dead, [...] author: Ayrris Aunario |
Mini Synthesizer | ||
minisynth.r | v:0.0.3 65.0 KB 22 Sep 2005 | Multi-purpose music program with the following features:
1) a 24-key (2-octave range includes middle C to B) keyboard/synthesizer with visual and audio output
2) for most basic chords in any given key, outputs the sound of that chord, the formal musical notation, and the corresponding keyboard keys
3) plays Twinkle Twinkle... author: Ayrris Aunario |
Fire and Smoke particles generator. | ||
particle-generator.r | v:1.0.1 11.5 KB 17 Sep 2010 | A particle engine demo which generates fire and smoke, with a lot of control and some compositing built-in author: [unknown] |
periodic table | ||
periodictable.r documentation | v:0.9.4 11.9 KB 15 Aug 2007 | Display a periodic table of the elements as REBOL buttons author: Brian Tiffin |
PSG AY-3-8910 Study | ||
psg-ay-3-8910-study.r | v:1.0 88.6 KB 20 Feb 2007 | This is a simple study for me to understand the basic principle of music generation
This script use rebcode (20 time faster) if present.
Many thanks to Guest2 making me interrested on this subject (see his script %demo-ay.r) author: marco |
Space Game | ||
space-game.r | v:0.0.2 262.4 KB 13 Oct 2005 | A space shooting game.
Objective: Using your cannon, destroy meteors to avoid colliding with them and earn points
Controls (keyboard): To shoot, press SPACE key. To rotate your cannon and aim, use the RIGHT and LEFT keys author: Ayrris Aunario |
Star Wars reminiscent intro | ||
swintro.r | 2.4 KB 30 Jun 2005 | To demonstrate AGG and 3D-type calculations using Rebol author: Bohdan Lechnowsky |
TextureLab - Texture generator | ||
texture-lab.r | v:0.3.3 25.6 KB 31 Oct 2006 | Generate mathematical textures author: ReBolek |