Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarcieri/badgewars
CoreWars for conference badges: A little tiny Redcode/MARS engine in a simple C library for microcontrollers
https://github.com/tarcieri/badgewars
Last synced: about 1 month ago
JSON representation
CoreWars for conference badges: A little tiny Redcode/MARS engine in a simple C library for microcontrollers
- Host: GitHub
- URL: https://github.com/tarcieri/badgewars
- Owner: tarcieri
- License: mit
- Created: 2010-08-26T04:58:14.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-16T22:38:48.000Z (almost 13 years ago)
- Last Synced: 2024-05-01T23:13:23.581Z (7 months ago)
- Language: C
- Homepage: http://badgewars.org
- Size: 148 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
BADGE WARS
==========*Assembly language meets Battlebots*
------------------------------------Two warriors enter the arena. These warriors are not flesh and blood, they are
made out of a series of instructions written in a language called Redcode.
It's a battle of bits to the death! Only one will survive. The winner will go on
to be king of the core.BadgeWars is an implementation of [CoreWars](http://www.corewars.org), but a
minified version intended for use on microcontrollers. Microcontrollers are
everywhere nowadays, and one of the most interesting places they're showing
up are on conference badges, specifically badges at [Defcon](http://defcon.org).BadgeWars aims to provide a distributed CoreWars ecosystem where each badge
has a "king of the core" (KOTC). Badges communicate over mesh wireless,
exchanging KOTCs with each other. If a newcomer manages to outlive the badge's
current KOTC, it becomes the KOTC and can start replicating to other nearby
badges, at least as long as it remains KOTC.