Port of Simon Tatham's Portable Puzzle Collection to C++ Windows Store and Windows Phone apps. The interface is built in XAML, and the graphics are drawn with Direct2D.
Note that this fork has several modifications which cause the original makefiles (for other platforms) to no longer work.
- Visual Studio 2019 or higher
- Windows 10 SDK (10.0.19041.0) or higher
- Visual Studio 2013 or 2015
- Windows 8.1 SDK
- Visual Studio 2013 or 2015
- Windows Phone 8.1 SDK
/
- The root folder contains the original sources written in C./html, /unfinished, /icons, /osx
- Only used by the upstream code./Help
- The HTML manual./PuzzleCommon
- Shared C++ sources. All graphics handling and interfacing with the original source code is located here./PuzzleModern
- Windows 8.1 project./PuzzleModern.Phone
- Windows Phone 8.1 project./PuzzleModern.UWP
- Windows 10 project./PuzzleTests
- Unit test project for PuzzleCommon.
(C) 2021 Lennard Sprong
Contains icons from ModernUIIcons.com
Based on Simon Tatham's Portable Puzzle Collection. MIT License