diff --git a/README.md b/README.md index 8eaaf26..b81f5ef 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ A2Sudoku This is an implementation of Sudoku written for the Apple //. It is my HackFest entry at KansasFest 2015. +![A2Sudoku Screenshot](/a2sudoku.png "A2Sudoku Screenshot") + [Download a disk image](https://github.com/jeremysrand/a2sudoku/releases/download/1.3/a2sudoku.dsk) \ No newline at end of file diff --git a/a2sudoku.png b/a2sudoku.png new file mode 100644 index 0000000..07ad198 Binary files /dev/null and b/a2sudoku.png differ diff --git a/a2sudoku.xcodeproj/project.pbxproj b/a2sudoku.xcodeproj/project.pbxproj index d17f667..8d3be7b 100644 --- a/a2sudoku.xcodeproj/project.pbxproj +++ b/a2sudoku.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXFileReference section */ + 9D6B474E1D43BD3100F6D704 /* a2sudoku.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = a2sudoku.png; sourceTree = ""; }; 9DEE9C261B569637003E353E /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; 9DEE9C271B569637003E353E /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; 9DEE9C291B569637003E353E /* AppleCommander.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = AppleCommander.jar; path = make/AppleCommander.jar; sourceTree = ""; }; @@ -33,10 +34,19 @@ /* End PBXFileReference section */ /* Begin PBXGroup section */ + 9D6B474D1D43BD1900F6D704 /* screenshots */ = { + isa = PBXGroup; + children = ( + 9D6B474E1D43BD3100F6D704 /* a2sudoku.png */, + ); + name = screenshots; + sourceTree = ""; + }; 9DEE9C1F1B569637003E353E = { isa = PBXGroup; children = ( 9DEE9C431B588B93003E353E /* README.md */, + 9D6B474D1D43BD1900F6D704 /* screenshots */, 9DEE9C251B569637003E353E /* a2sudoku */, ); sourceTree = ""; diff --git a/a2sudoku/make/V2Make.scpt b/a2sudoku/make/V2Make.scpt index bfdd3a0..adec453 100644 Binary files a/a2sudoku/make/V2Make.scpt and b/a2sudoku/make/V2Make.scpt differ