Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plainspooky/pic-puzzle-msx
PicPuzzle is a simple puzzle written in MSX-BASIC using paintings from Vincent van Gogh converted to 256×192 pixels with 256 colors
https://github.com/plainspooky/pic-puzzle-msx
Last synced: 10 days ago
JSON representation
PicPuzzle is a simple puzzle written in MSX-BASIC using paintings from Vincent van Gogh converted to 256×192 pixels with 256 colors
- Host: GitHub
- URL: https://github.com/plainspooky/pic-puzzle-msx
- Owner: plainspooky
- License: gpl-3.0
- Created: 2023-12-03T23:35:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T12:20:37.000Z (about 1 year ago)
- Last Synced: 2023-12-04T13:26:00.772Z (about 1 year ago)
- Language: BASIC
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PicPuzzle
=========PicPuzzle is a puzzle game written using MSX-BASIC and
[MSX-BASIC Kun](https://www.generation-msx.nl/software/ascii-corporation/msx-basic-kun/721/)
as well. It's a kind of [15 Number](https://en.wikipedia.org/wiki/15_Puzzle)
game, something I used to play when I was a kid, but instead of squares
labeled with numbers I decided to play using pictures from
[Vincent van Gogh](https://en.wikipedia.org/wiki/Vincent_van_Gogh)
just like in jigsaws.I'm using eight paintings from the artist:
- [Bedroom in Arles](https://en.wikipedia.org/wiki/Bedroom_in_Arles)
- [Fishing Boats on the Beach at Saintes-Marie](https://en.wikipedia.org/wiki/Saintes-Maries_(Van_Gogh_series))
- [Langlois Bridge in Arles](https://en.wikipedia.org/wiki/Langlois_Bridge_at_Arles)
- [The Night Café](https://en.wikipedia.org/wiki/The_Night_Caf%C3%A9)
- [The Red Vineyard](https://en.wikipedia.org/wiki/The_Red_Vineyard)
- [The Starry Night](https://en.wikipedia.org/wiki/The_Starry_Night)
- [Wheat Field with Cypresses](https://en.wikipedia.org/wiki/Wheat_Field_with_Cypresses)
- [The Yellow House](https://en.wikipedia.org/wiki/The_Yellow_House)Game
----
This game uses MSX-BASIC Kun to improve the performance.### Requirements
This game requires at least a MSX2 computer with:
- 64 KiB of RAM
- 128 KiB of VRAM
- One 720 KiB DD disk drive (or any kind of compatible with MSX-Disk BASIC
mass-storage device).This version doesn't support joysticks.
### Running
For disk drives, just put the game's disk in the drive, turn the computer
on, and wait while it is automatically executed. For harddisks, memory
cards or memory sticks, simply copy all files to it and run
`BASIC AUTOEXEC.BAS` on MSX-DOS or run `RUN "AUTOEXEC.BAS"` on MSX-BASIC.You can also
[run](https://webmsx.org?MACHINE=MSX2A&DISK=https://github.com/plainspooky/pic-puzzle-msx/releases/download/v0.1/PicPuzzle.2023.Crunchworks.zip)
it using [WebMSX](https://github.com/ppeccin/WebMSX).### Playing
Use the arrow keys to select and `«ENTER»` to select.During the puzzle
solving screen you can press `«SPACE»` to take a look in the picture to
compare your progress or `«ESC»` twice to go back to the main menu.Screenshots
-----------### Main Menu
![](img/main_menu.png)### Picture Selection
![](img/picture_select.png)### The Puzzle
![](img/game_puzzle.png)### Picture Preview
![](img/game_preview.png)