A simple Java game for Vel and Blue, by Vel and Blue :)
- Simple Snake? Game
- Build Rules
- Build Algorithms
- Build unit tests
- Java :: jdk-11.0.1_windows-x64_bin [https://download.oracle.com/otn-pub/java/jdk/11.0.1+13/90cf5d8f270a4347a95050320eef3fb7/jdk-11.0.1_windows-x64_bin.zip]
- Maven :: apache-maven-3.6.0 [http://apache.claz.org/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.zip]
- Build :: Jenkins [https://jenkins.io/doc/book/installing/#windows] .. * add windows environment variables for git paths, C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;
- Unit test: JUnit [https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven]
-
- surefire plugin [https://maven.apache.org/surefire/maven-surefire-plugin/usage.html]
-
- file name => *Tests.java
- IDE: IntelliJ community [done]
- Bug tracking: GitHub
:: (Create a todo list and convert this to a task)
- Java reading blue and vel (pluralsight).
- Decide on Game libraries
- setup local computer for compile + build .. * vel and blue's laptop
- setup local computer for unit tests .. * vel and blue's laptop
- setup QA environment .. * Azure Cloud
- Identify Java architecture.
Setup Java and maven on windows:
- download JDK (zip) and add java_home to windows environment variables
- download maven (zip) and add maven_home to windows environment variables
- mvn clean
- mvn compile -e
- java com.velsoft.Main
- mvn package
MarkDown CheatSheet - https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
CRON time : https://crontab.guru/