GOAL

Goal (MSXdev'18)

Description

Welcome to the world of soccer! This is Goal, a management simulator where you must prove that you can be a true manager of your favourite team.

Choose wisely where and how to spend your budget in order to win the League. If you waste your money you will not be able to pay the inscription fee for the championship, which will get you fired!

This game is written in MSX-BASIC and was coded back in 1990. It was going to be sent to an Italian MSX magazine in that time but unfortunately that magazine closed its doors. So, the game remained unreleased until now.

Files
Package
Individual files
Default install directory
A:\GOAL
Build files
Build script
mkdir -p package/
unzip goal.zip
mv "goal license.txt" package/LICENSE.TXT
unix2dos package/LICENSE.TXT
mcopy -s -i GOAL.DSK :: package/
cat > package/GOAL.BAT << EOF
BASIC AUTOEXEC.BAS
EOF
unix2dos package/GOAL.BAT
  • 1.0-1 2019-02-18
    • First release
Details
Category
Games
Author
G.G.G. Soft
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2019/02/17/msxdev18-15th-entry-goal/
Install instructions
hub install GOAL