Skip to content

A very simple, self contained game that demonstrates some Java 8 features, namely lambdas and streams.

Notifications You must be signed in to change notification settings

nosheenzaza/bug-life-java8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Bug's Life in Java8

A very simple, self contained game that demonstrates some Java 8 features,
namely lambdas and streams.

Compiling and Running:

  • The game is composed of only one source file.
  • You can compile with this command: javac -d bin src/jBugLife/*
  • Run it with this command: java -cp bin/ jBugLife.Game

About

A very simple, self contained game that demonstrates some Java 8 features, namely lambdas and streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages