-
Notifications
You must be signed in to change notification settings - Fork 27
#36 #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
agina2004
wants to merge
23
commits into
MetroCS:main
Choose a base branch
from
Unified-Logic-Development-Team:borders
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
#36 #146
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
fd67e95
Added ASCII art to game launcher
eb6b4d5
Delete .idea directory
mjcat1n 734cbaa
Update .gitignore
mjcat1n dcef9e2
Update .gitignore
mjcat1n 8bb5490
Made text more readable
a2581d3
Fixed to pass tests
5fdb89a
Fixed error
e09e3e5
Fixed checkstyle errors
119b411
Fixed checkstyle errors
c20df09
Fixed checkstyle errors
af2f9ea
Merge pull request #14 from mjcat1n/asciititle
mjcat1n 9de4ce2
Remove .idea from .gitignore
mjcat1n c84426e
Revert "Fixed checkstyle errors"
mjcat1n ecd3ec9
Merge pull request #15 from Unified-Logic-Development-Team/revert-14-…
mjcat1n 2a20ae3
Merge branch 'MetroCS:main' into main
mjcat1n ebf266a
Merge branch 'MetroCS:main' into main
mjcat1n 01924fd
user story 26
ethompson1988 2d3c077
Merge pull request #16 from ethompson1988/main
ethompson1988 409a243
Revert Jotto in main branch
mjcat1n f677991
Merge branch 'MetroCS:main' into main
agina2004 ec8064d
add borders to launcher nenu #36
4ce3c14
closed #36
agina2004 3cf0e3b
Delete GameLauncher.java.save
agina2004 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dynamically generated game menu items use a left border '|' prefix, but the right border is missing. This creates an asymmetric box that doesn't properly close on the right side. Consider adding the right border by modifying the format string to calculate padding and include a closing '|' character, ensuring all menu items have consistent width and proper borders on both sides.