Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjl37 committed Oct 18, 2020
1 parent 0a110c8 commit 7bb337a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

| Item | Description | Achieve time |
| :--- | :---------- | :----------- |
| Changeable map size | Map size becomes a changeable gamerule. | Before 2021 |
| Keyboard Event | Although mouse interaction support is a feature, most process can't be done with keyboard only. What's more, a console isn't designed to receive mouse event. The goal is to make all process possible to be done using only keyboard. | ? |
| Non-blocking recieve event | The current Winsock IO mode blocks the program when recieving messages, during which time players cannot perform operations like marking on the map. | ?* |
| Keyboard Event | Although mouse interaction support is a feature, most process can't be done with keyboard only. What's more, a console isn't designed to receive mouse event. The goal is to make all process possible to be done using only keyboard. | ?* |

New idea? Raise an issue!

## Achieved

| Item | Description | Version |
| :--- | :---------- | :------ |
| Multi-language Support | All texts as part of UI should be moved out of source code. Program reads language file on initiation. | 2.1 |
| Changeable map size | Map size became a gamerule option. | 2.2 |
| Multi-language Support | All texts as part of UI moved out of source code. Program reads language file on initiation. | 2.1 |

---

As I'm currently a high school student, I don't always have access to computer, so issues may not be handled in time.
*As I'm currently a high school student, I don't always have access to computer, so issues may not be handled in time.

0 comments on commit 7bb337a

Please sign in to comment.