spencerwooo / SokobanGame

A Sokoban Game implemented with WPF, and Assembly in its core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon

Sokoban Game

A Sokoban Game, implemented by WPF. Core logics implemented by x86 assembly at repo: felinae98/SokobanASM.

俗称,推箱子。

界面

Welcome Page (Normal Mode) Welcome Page (Dark Mode)
Level Normal Mode Level Dark Mode
Select Level (Played) Select Level (Unplayed)
Level Completed Level Failed

编译与运行

  1. 在 Visual Studio Installer 中选择「.NET 桌面开发」安装 C# 和 WPF 开发组件包

  1. 使用 Visual Studio 2019 打开项目(sln 文件)
  2. 选择「Debug - x86」环境
  3. 点击开始运行(不调试)

技术栈

界面

在 .NET 环境下,使用 WPF 构建的桌面应用程序。

核心业务逻辑

使用 Windows 平台下,.386 模式下编写的 x86 汇编。


🎮 Sokoban Game ©2019 Team Offline Flower. Released under the MIT License.

Authored by Spencer Woo. Maintained by @Felinae Tang, @Garvey Lau and @Liz Li. Team Offline Flower, all rights reserved.

@Blog · ⒿJike · @GitHub

About

A Sokoban Game implemented with WPF, and Assembly in its core.


Languages

Language:C# 100.0%