Skip to content

Java utility classes for use during of Computer Science programming lessons using Java as the target langauge

Notifications You must be signed in to change notification settings

ihodgesibm/JMCUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMCUtilities

A set of Java utility classes for use during Computer Science programming lessons using Java as the target language.

Classes are provided which enable the construction of 'Target' and 'Maze' games. Using the utility classes these two games may be coded using only the basic procedural programming constructs:

  • Sequence
  • Alternation (if - else)
  • Iteration (for and while loops)
  • Procedural abstraction (methods)

Also provided is a means to read input from the command line without the necessity of dealing with Exceptions.

No knowledge of OO concepts is needed to use these utilities.

packages

hurjmc.gui.target
hurjmc.gui.maze
hurjmc.io 

About

Java utility classes for use during of Computer Science programming lessons using Java as the target langauge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages