

Game for Master System

Version Date By Download Source 0.C 27 Mar 2015 jmimu Lander2-SMS-0.C.zip (28KB) Lander2-SMS-0.C-src.zip (1008KB)

Discuss this There is a forum topic for Lander 2

Competition Entry This was a competition entry in 2015

Old Versions

file name size (bytes) total 4 files 2.0M Lander2-SMS-0.9-src.zip 990K Lander2-SMS-0.9.zip 29K Lander2-SMS-0.B-src.zip 1.0M Lander2-SMS-0.B.zip 28K

Version 0.C Platform SMS Type Game Released 20150327 By jmimu Screenshots 2 Source separate ShowOldVersions true :ForumTopic:15397

Description

Lander2 v0.C

Copyright (C) 2014-2015 jmimu (jmimu@free.fr)

https://github.com/jmimu/lander2

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Sequel to Lander1.

I found useful information to start asm SMS developpement on these pages:

Maxim's step-by-step introduction: http://www.smspower.org/maxim/HowToProgram/

Z80 instructions set: http://z80-heaven.wikidot.com/instructions-set

Heliophobe's simple sprite demo: http://www.smspower.org/Homebrew/SimpleSpriteDemo-SMS

mk3man.pdf

The font tiles come from Maxim example. Thank to Souchy Boy for his musical help!

List of custom tools

Tiled tilemaps are exported in json, and converted into binary format with maps/tiled2asm.py

a map where new tiles are inserted can be fixed with maps/fixTilemap.py, where you have to program the modification you want

the music is composed with MuseScore (musescore.org) and exported in midi

midi files are converted into strings with music/midi2text.py

the music strings are converted into binary format with music/text2sms_b.py

the tiles are in PNG, and converted into binary format with Master Tile Converter (jmimu.free.fr/mastertileconverter)

Please ask me for any help with them!

External tools used :