plainspooky / paint-it-for-msx

A version of flood-it game for MSX written in SDCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paint-it for MSX

Copyright 2020, Giovanni Nunes

Licensed under GPL 3.0.

Introduction

This is a MSX-DOS version for the Flood-It game that I've written using SDCC.

About the game

Just fill the board with a single color.

How to build

Setup the development environment using Vangrant:

vagrant up

It will create and setup a virtual machine running Ubuntu Linux, with SDCC installed and properly configured to generate MSX-DOS executables (by Avelino' Herreras' backend for MSX-DOS).

When virtual machine ends, simply do:

vagrant ssh
cd /vagrant
make

A MSX-DOS "COM" named paint-it.com will be created. So copy it to a memory card, floppy disk or even to a disk image.

How to play

You need to fill the board with a single color. Press SPACE to generate a new board. Use the following keys to choose a color:

  • B for Blue
  • C for Cyan
  • G for Green
  • M for Magenta
  • R for Red
  • Y for Yellow

Color filling starts from upper left corner and spread to all neighbor blocks with same color. By the way you have only 28 moves to complete this task.

Press ? for help!

Screenshots

Initial screen

In game playing

Help screen

You win!

About

A version of flood-it game for MSX written in SDCC

License:GNU General Public License v3.0


Languages

Language:C 54.2%Language:Assembly 40.3%Language:Makefile 3.8%Language:Python 1.4%Language:Tcl 0.4%