Add a link to the disk image and a screenshot in the readme.

This commit is contained in:
Jeremy Rand 2016-07-23 10:16:14 -05:00
parent ed2b3b3e71
commit 1da59daf8b
5 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,9 @@ ProDOS system file.
Instructions about how to play are displayed on launch. You can bring up the Instructions about how to play are displayed on launch. You can bring up the
instructions at any time by pressing the 'h' key. instructions at any time by pressing the 'h' key.
![Apple2048 Screenshot](/apple2048.png "Apple2048 Screenshot")
[Download a disk image](https://github.com/jeremysrand/apple2048/releases/download/v1.0.1/apple2048-boot.dsk)
Implementation Notes: Implementation Notes:
===================== =====================

BIN
apple2048.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -26,6 +26,7 @@
9D02B4D01A1C584C002799E3 /* ui.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui.c; sourceTree = "<group>"; }; 9D02B4D01A1C584C002799E3 /* ui.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui.c; sourceTree = "<group>"; };
9D02B4D11A1C584C002799E3 /* ui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ui.h; sourceTree = "<group>"; }; 9D02B4D11A1C584C002799E3 /* ui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ui.h; sourceTree = "<group>"; };
9D02B4F21A1C5D2C002799E3 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; 9D02B4F21A1C5D2C002799E3 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
9D6B47531D43C10400F6D704 /* apple2048.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = apple2048.png; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
@ -33,6 +34,7 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
9D02B4F21A1C5D2C002799E3 /* README.md */, 9D02B4F21A1C5D2C002799E3 /* README.md */,
9D6B47521D43C0F400F6D704 /* Screenshots */,
9D02B4B81A1C57D9002799E3 /* apple2048 */, 9D02B4B81A1C57D9002799E3 /* apple2048 */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
@ -70,6 +72,14 @@
name = make; name = make;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
9D6B47521D43C0F400F6D704 /* Screenshots */ = {
isa = PBXGroup;
children = (
9D6B47531D43C10400F6D704 /* apple2048.png */,
);
name = Screenshots;
sourceTree = "<group>";
};
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXLegacyTarget section */ /* Begin PBXLegacyTarget section */

Binary file not shown.