Scribble

Introduction
介绍

This is a simple Java project implementing a classic Scribble-style game, supporting both console (text-based) and GUI interfaces. It is developed for the final assignment of DI12009 - Java Programming.

本项目是一个简单的 Java 项目,实现了经典的 Scribble 风格游戏,同时支持控制台(基于文本)和 GUI 界面两种模式。该项目是为 DI12009 - Java Programming(Java 编程)的最终作业而开发的。

Console mode uses standard I/O for interaction. GUI mode implements windows, buttons, and other elements based on the Swing and AWT libraries.

控制台模式使用标准输入输出交互。GUI 模式则基于 Swing 及 AWT 库实现窗口、按钮等。

Accessing
访问

This project has been open-sourced on GitHub.

本项目已在 GitHub 上开源。

🔗 Scribble on GitHub

Found an issue, bug, or want to make a suggestion?
发现问题、bug,或希望提出建议?

Please report in the “Issues” section of this GitHub project:
请您在本 GitHub 项目的 “Issues” 区内提出:

  1. Click “New issue”.
    点击 “New issue”。
  2. Write a title and description as required.
    按要求撰写标题(title)和描述(description)。
  3. Click “Create”. You can also press Ctrl + Enter on Windows PC or ⌘ ⏎ on Mac.
    点击 “Create”。您也可以在 Windows 电脑上按下 Ctrl + Enter 或在 Mac 上按下 ⌘ ⏎。