Coder Social home page Coder Social logo

tk-nonogram's Introduction

Tk-Nonogram

介绍

使用 tkinter 库制作的数织游戏。

使用方法

一般用户

前往 GitHub Releases ,下载最新版本的可执行二进制文件。

Tip

目前已支持以下操作系统和架构:

amd64 i386 arm64
Windows ✔️ ✔️
macOS ✔️ ✔️
Linux ✔️

进阶用户(全平台开发者)

Tip

此项目使用 PDM 进行管理,请您提前准备 Python v3.11 和 PDM 环境。

# 使用 SSH Clone (推荐)
git clone --progress git@github.com:Dragon1573/tk-nonogram.git
# 使用 HTTPS Clone
git clone --progress https://github.com/Dragon1573/tk-nonogram.git
# **大陆用户使用 SSH Clone (推荐)
git clone --progress git@gitee.com:Dragon1573/tk-nonogram.git
# **大陆用户使用 HTTPS Clone
git clone --progress https://gitee.com/Dragon1573/tk-nonogram.git

# 切换到项目目录
cd ./tk-nonogram

# 安装依赖项(仅运行)
pdm install --prod

# 启动运行(源文件模式)
pdm run play

# 安装依赖项(编译构建)
pdm install

# 安装提交钩子,用于自动格式化代码
pdm run git

# 编译构建
pdm run ci
pdm run build Numzle

# 启动运行(Windows 编译产物模式)
./dist/Numzle.exe
# 启动运行(macOS/Linux 编译产物模式)
./dist/Numzle

应用截图

开发模式截图

tk-nonogram's People

Contributors

dragon1573 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.