Skip to content

A simple Java game for Vel and Blue, by Vel and Blue :)

Notifications You must be signed in to change notification settings

bluewilliams/SimpleJavaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleJavaGame

A simple Java game for Vel and Blue, by Vel and Blue :)

Goal:

  1. Simple Snake? Game
  2. Build Rules
  3. Build Algorithms
  4. Build unit tests

Stack

Things to do:

:: (Create a todo list and convert this to a task)

  1. Java reading blue and vel (pluralsight).
  2. Decide on Game libraries
  3. setup local computer for compile + build .. * vel and blue's laptop
  4. setup local computer for unit tests .. * vel and blue's laptop
  5. setup QA environment .. * Azure Cloud
  6. Identify Java architecture.

Setup Java and maven on windows:

  1. download JDK (zip) and add java_home to windows environment variables
  2. download maven (zip) and add maven_home to windows environment variables

Run Java program

  1. mvn clean
  2. mvn compile -e
  3. java com.velsoft.Main

Packaging:

  1. mvn package

MarkDown CheatSheet - https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

CRON time : https://crontab.guru/

About

A simple Java game for Vel and Blue, by Vel and Blue :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages