class documentation - a shitload of it
All checks were successful
Linux arm64 / Build (push) Successful in 33s
All checks were successful
Linux arm64 / Build (push) Successful in 33s
This commit is contained in:
@@ -4,6 +4,15 @@ import java.util.Scanner;
|
||||
|
||||
import chess.view.consolerender.Colors;
|
||||
|
||||
/**
|
||||
* Main class of the chess game. Asks the user for the version to use and runs the according main.
|
||||
* @author Grenier Lilas
|
||||
* @author Pribylski Simon
|
||||
* @see ConsoleMain
|
||||
* @see SwingMain
|
||||
* @see OpenGLMain
|
||||
*/
|
||||
|
||||
public class App {
|
||||
public static void main(String[] args) {
|
||||
System.out.println(Colors.RED + "Credits: Grenier Lilas, Pribylski Simon." + Colors.RESET);
|
||||
|
||||
Reference in New Issue
Block a user