Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

TODO: game start & rules #3

Closed
AmiralBl3ndic opened this issue Aug 30, 2018 · 2 comments
Closed

TODO: game start & rules #3

AmiralBl3ndic opened this issue Aug 30, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@AmiralBl3ndic
Copy link
Owner

TODO

Display the game rules and some welcome messages

@AmiralBl3ndic AmiralBl3ndic added the enhancement New feature or request label Aug 30, 2018
@AmiralBl3ndic AmiralBl3ndic added this to the Working console game milestone Aug 30, 2018
@AmiralBl3ndic
Copy link
Owner Author

@Lionbix You should create and use methods inside the main App class so that they are easily accessible for the main method to dispay

@AmiralBl3ndic
Copy link
Owner Author

@Lionbix You may want to use the Logger class (from the logger package) to do this.

To use this class, process as follow:

  1. Add an import statement for the Logger class
import logger.Logger;
  1. Enjoy the methods
Logger.log("Hello world!");  // Replaces System.out.println()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants