misc::toys
Toys -- little projects developed at some point either because I needed them, or wanted to have some fun. Most are unfinished and unlikely to be developed any further. Some might contain bugs. Still, I hope they might be of some use to the people visiting this page.
DISCLAIMER: The code of these programs may be badly written -- either because I didn't have time to clean it up, or because I wanted to try something new and decided to write it using a language/technique I didn't really know very well.
| Arkanoid Clone Applet | |
|---|---|
| type | university project, Programming in Java course |
| language | Java, English |
| description | A simple clone of the famous Arkanoid game. Includes 3 levels, 3 types of blocks and a scoring mechanism. Tested with Sun Java JRE 1.6.0. |
| link | demo, source code and executables, source code |
| Turing Machine Simulator | |
|---|---|
| type | university project, Foundations of Computer Science course |
| language | JavaScript, English |
| description | A simple Deterministic Turing Machine (DTM) Simulator. Uses a custom DTM description format, can handle multi-tape DTMs. 3 sample DTMs included for demonstration purposes. Tested with Opera 9.0 and Firefox 1.5.0.4. Known not to work with IE 6.0 and older versions of Firefox. |
| link | demo, source code |