Skip to content

Commit

Permalink
Released version 1.2 of Midisurf
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Oct 26, 2019
1 parent aa7dd81 commit eb4c02a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Next version (under development)

MidiSurf 1.2 (2019-10-25)
- Fixed an issue with file-selection and a missing *.* on TOS < 1.04
- Quick & dirty port of the game to work on a 320x200 low-res screen as well

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Midisurf
================

Midisurf is an Audiosurf/GuitarHero-like game for the Atari ST based on Midi files. At the start of the game, a Midi file from disk has to be selected. This Midi file is being played on the Atari ST YT sound-chip, while the player of the game has to press keys on the keyboard at the right time to 'play along' the Midi track.

Midisurf is an Audiosurf/GuitarHero-like game based on Midi files. It is created in 2019 for the 1985 Atari ST computer, and is written in C. At the start of the game, a Midi file from disk has to be selected. This Midi file is being played on the Atari ST YT sound-chip, while the player(s) of the game have to press keys on the keyboard at the right time to 'play along' the Midi track.

Playing Midisurf
-------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.2
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ do

# The test audio
cp -r testmidi ${RELEASE_NAME}/
rm -f ${RELEASE_NAME}/README.md
rm -f ${RELEASE_NAME}/testmidi/README.md

# Some auxiliary files
cp README.md ${RELEASE_NAME}/
cp LICENSE ${RELEASE_NAME}/
touch ${RELEASE_NAME}/hiscores.txt

# Creates a zip-archive from the new folder
zip ${RELEASE_NAME}.zip ${RELEASE_NAME}/*
Expand Down

0 comments on commit eb4c02a

Please sign in to comment.