Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-rizzo/msx-10liners
A couple of MSX games made in 10 lines of pure BASIC.
https://github.com/martin-rizzo/msx-10liners
games group-retro msx retrocomputing
Last synced: 16 days ago
JSON representation
A couple of MSX games made in 10 lines of pure BASIC.
- Host: GitHub
- URL: https://github.com/martin-rizzo/msx-10liners
- Owner: martin-rizzo
- License: cc0-1.0
- Created: 2020-04-05T21:57:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T21:53:39.000Z (10 months ago)
- Last Synced: 2024-03-03T22:21:45.426Z (10 months ago)
- Topics: games, group-retro, msx, retrocomputing
- Language: BASIC
- Homepage:
- Size: 691 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MSX-BASIC / 10 Liner Games
==========================A couple of MSX games made in 10 lines of pure BASIC.
This project contains the games that i develop for the [10 Liner Basic Contest](https://mobile.twitter.com/basic10l) over the years. All the games run on the [MSX platform](https://en.wikipedia.org/wiki/MSX) using standard MSX-BASIC v1.0 and they can be loaded and played on any MSX emulator or real hardware.
The README file in each game directory gives instructions on how run the game. It also contains info about the gameplay and a description of the source code.
Code Details
------------All the games here fit into one of contest 3 main categories:
* **PUR-80:** 10 lines of code with a maximum of 80 characters per line
* **PUR-120:** 10 lines of code with a maximum of 120 characters per line
* **EXTREME-256:** 10 lines of code with a maximum of 256 characters per lineIn adittion, the code follows the main rules of the contest:
* no reloading of data or program parts
* can not contain self-written machine code
* use of POKE and VPOKE is allowedThe Games
---------### CHICKENS
[
![CHICKENS](01_CHICKENS/CHICKENS.GIF)
](01_CHICKENS)### ALIENS10
[
![ALIENS10](02_ALIENS10/ALIENS10.GIF)
](02_ALIENS10)### FIND THEM!
[
![FINDTHEM](03_FINDTHEM/FINDTHEM.GIF)
](03_FINDTHEM)### GALACTOR
[
![GALACTOR](04_GALACTOR/GALACTOR.GIF)
](04_GALACTOR)### FREE BALL
[
![FREEBALL](05_FREEBALL/FREEBALL.GIF)
](05_FREEBALL)License
-------This project has been released to public domain under CC0 1.0 license, meaning you can use it free of charge, without strings attached in commercial and non-commercial projects. This software is distributed without any warranty.
Although attribution is not required, crediting the author would be greatly appreciated, thank you.
For more detailed information, please refer to .
Author
------
Martin Rizzo <>