diff --git a/Jam1_April_2022/15Puzzle.md b/Jam1_April_2022/15Puzzle.md new file mode 100644 index 0000000..c079d7f --- /dev/null +++ b/Jam1_April_2022/15Puzzle.md @@ -0,0 +1,22 @@ +# 2022 Game Jam submission: 15 Puzzle Game + +The 15 puzzle is a sliding puzzle having 15 square tiles numbered 1–15 in a +frame that is 4 tiles high and 4 tiles wide, leaving one unoccupied tile +position [1](https://en.wikipedia.org/wiki/15_puzzle). + +Link to project: https://github.com/rseyyedi/rsey_game_jam/releases/tag/submission + +![Screenshot from 15 Puzzle Game](https://raw.githubusercontent.com/rseyyedi/rsey_game_jam/main/img/v1.png "15 Puzzle Game") + +# Team + + * rseyyedi + +# Interpretation of Theme + +Tiles in the same row or column of the open position can be moved in a "*round*" order to place the tiles in numerical order. + +# Other Things You Want To Share + +I thnak you Jason, I just wanted to participate. I will continue to contribute to my game. It is not comparable to +other submission, but it is a good baseline for me to continue to apply new techniques. diff --git a/Jam1_April_2022/readme.md b/Jam1_April_2022/readme.md index c0c512b..b039895 100644 --- a/Jam1_April_2022/readme.md +++ b/Jam1_April_2022/readme.md @@ -75,12 +75,7 @@ And some more stuff here, if you have other things to say * [Minesweeper Marathon](minesweeper_marathon.md) - @ebarlas - ![image](https://user-images.githubusercontent.com/234279/162768445-a83ac7d7-53cc-447d-914b-34e7266be6e7.png) * [smoothlife](smoothlife.md) - @baerlux - ![image](https://user-images.githubusercontent.com/234279/162768685-505da492-554c-4483-ba7a-ed75d96f8a4b.png) * [Sumo](sumo.md) - rusticobakko (@ilbakko), grisenti, NeeYume - ![image](https://user-images.githubusercontent.com/234279/162769151-87a525f4-6dc5-4778-b29d-63577c0bf200.png) - - -## Additionally... - - * https://github.com/rseyyedi/rsey_game_jam/releases/tag/game_jam_submission was DM'd to me, but no official submission page was made - +* [15 Puzzle Game](15Puzzle.md) - @rseyyedi - ![image]()