Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.
/ lingo-wordgame Public archive

Project 01 : Lingo Game expanded from what we did in Java Intro course - SQLite and Maven : NOV - DEC 2020

Notifications You must be signed in to change notification settings

immarisabel/lingo-wordgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingo Word Game

Archiving as Read Only for preservation. I will probably restart this with more knowledge.

Project 01

NOV 26, 2020 to DEC 28, 2020

Maven added in JUN 2021

This is my first repository. I am totally new to this, so ignore most here unless you think I can learn from it.

Build with Maven and Java 16 Database for score: Sqlite

structure

Home.java - main method GameBody.java - runs the game logic Initializer.java - retrieves random word from .dic file Scores.java - handles the JDBC connections Validator.java - ensures player only inputs 4 letters as a guess

issues

  • unable to loop with InvalidInpuitException
  • even if player inputs than 5 characters, it counts as an attempt

About

Project 01 : Lingo Game expanded from what we did in Java Intro course - SQLite and Maven : NOV - DEC 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages