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.

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

Accessing

This project has been open-sourced on GitHub.

🔗 Scribble on GitHub

Found an issue, bug, or want to make a suggestion?

Please report in the “Issues” section of this GitHub project:

  1. Click “New issue”.
  2. Write a title and description as required.
  3. Click “Create”. You can also press Ctrl + Enter on Windows PC or ⌘ ⏎ on Mac.