Skip to content
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

Add instruction prompt #55

Closed
Hopson97 opened this issue Jan 6, 2020 · 4 comments
Closed

Add instruction prompt #55

Hopson97 opened this issue Jan 6, 2020 · 4 comments
Labels
Feature Suggestions or PRs that add new features Good First Issue Good for newcomers

Comments

@Hopson97
Copy link
Owner

Hopson97 commented Jan 6, 2020

When launching the game, it would nice if the terminal window outputted the controls before launching the client (And maybe a 'press enter to continue).

This would be done in the launchClient function of main.cpp

https://github.com/Hopson97/open-builder/blob/master/src/main.cpp#L154

@Hopson97 Hopson97 added Good First Issue Good for newcomers Feature Suggestions or PRs that add new features labels Jan 6, 2020
@Hopson97
Copy link
Owner Author

Hopson97 commented Jan 6, 2020

Bonus: Make it so that it mentions default settings can be set using config.txt

@Hopson97
Copy link
Owner Author

Hopson97 commented Jan 7, 2020

Side note

Meant to be for when the client and server are ran separately, but to prevent the server timing out using the "launch both" option :,

Could pass a boolean to client launch function check how the application was started, so if it was started as standalone client (aka directly from int main) then it would ask the user to press enter to continue, othwise it would skip this and continue to launch

@mendoza
Copy link
Contributor

mendoza commented Jan 19, 2020

I would love to help you out with this issue, it seems simple to start helping haha 😆

@mendoza
Copy link
Contributor

mendoza commented Jan 20, 2020

What do you think about this @Hopson97 ?
Screenshot from 2020-01-19 20-27-03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Suggestions or PRs that add new features Good First Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants