x-sheep / puzzles

Windows Store version of Simon Tatham's Portable Puzzle Collection.

Home Page:https://x-sheep.github.io/puzzles/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portable Puzzle Collection for Windows Store

Build status

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.

Download From Windows Store

Building requirements

Note that this fork has several modifications which cause the original makefiles (for other platforms) to no longer work.

UWP Version

  • Visual Studio 2019 or higher
  • Windows 10 SDK (10.0.19041.0) or higher

Windows 8.1 version

  • Visual Studio 2013 or 2015
  • Windows 8.1 SDK

Windows Phone version

  • Visual Studio 2013 or 2015
  • Windows Phone 8.1 SDK

Contents

  • / - 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.

Copyright

(C) 2021 Lennard Sprong

Contains icons from ModernUIIcons.com

Based on Simon Tatham's Portable Puzzle Collection. MIT License

About

Windows Store version of Simon Tatham's Portable Puzzle Collection.

https://x-sheep.github.io/puzzles/

License:Other


Languages

Language:C 82.2%Language:C++ 6.9%Language:HTML 4.3%Language:C# 2.1%Language:JavaScript 1.2%Language:Objective-C 1.0%Language:Perl 0.9%Language:Java 0.5%Language:Monkey C 0.3%Language:Shell 0.3%Language:CMake 0.2%Language:GAP 0.1%Language:CSS 0.0%