mirror of
https://github.com/jeremysrand/apple2048.git
synced 2025-03-30 18:30:26 +00:00
Add a link to the disk image and a screenshot in the readme.
This commit is contained in:
parent
ed2b3b3e71
commit
1da59daf8b
@ -8,6 +8,9 @@ ProDOS system file.
|
||||
Instructions about how to play are displayed on launch. You can bring up the
|
||||
instructions at any time by pressing the 'h' key.
|
||||
|
||||

|
||||
|
||||
[Download a disk image](https://github.com/jeremysrand/apple2048/releases/download/v1.0.1/apple2048-boot.dsk)
|
||||
|
||||
Implementation Notes:
|
||||
=====================
|
||||
|
BIN
apple2048.png
Normal file
BIN
apple2048.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
@ -26,6 +26,7 @@
|
||||
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>"; };
|
||||
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 */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
@ -33,6 +34,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9D02B4F21A1C5D2C002799E3 /* README.md */,
|
||||
9D6B47521D43C0F400F6D704 /* Screenshots */,
|
||||
9D02B4B81A1C57D9002799E3 /* apple2048 */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
@ -70,6 +72,14 @@
|
||||
name = make;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9D6B47521D43C0F400F6D704 /* Screenshots */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9D6B47531D43C10400F6D704 /* apple2048.png */,
|
||||
);
|
||||
name = Screenshots;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXLegacyTarget section */
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user