BrendonButler / BrendonButler/ModestAPI

2D console

未關閉
#13 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Java
星號
1
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

Before creating an actual 2D game, I would like to create my own console. Which would be able to link into a Windows CMD prompt or Linux/Macintosh terminal and input commands as well as recieve responses (if possible).

Color formatting will format color codes, (probably ^# format) up until the end of the line where it will then be reset to default or up until another color code where it will be set to the new color.

**TODO**
- [ ] Implement 2D graphics
- [ ] Use a 2D array to store each "pixel" (characters will be monospaced so 1 per "pixel")
- [ ] Create a Color class to format messages in different colors
- [ ] Console class will automatically format colors
- [ ] Needs printRaw(String message) method
- [ ] Needs printRawf(String message, Object... regex) method

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

此 issue 未指定任何檔案、測試或進入點;請先檢查 repository 結構和現有的 Java API 慣例。在實作之前,釐清主控台、圖形模型、終端機整合、色彩語法和格式化方法的範圍。完成條件應包括一份達成共識的設計、完成 TODO 項目,以及針對指定行為的測試。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
java
領域
cli
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
需要釐清
新手友好度
20/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。