Skip to content

Library for the implementation of Conway's Game of Life with the ability to read/write coordinates from a file using RLE algorithm

License

Notifications You must be signed in to change notification settings

mamadaliev/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

v.1.0-dev

Stack

How to use?

Step 1

Clone repository.

git clone https://github.com/egnaf/game-of-life

Step 2

Compile classes.

javac -sourcepath src -classpath lib/stdlib-package.jar -d out src/mamadaliev/App.java

Step 3

Run application.

java -classpath out:lib/stdlib-package.jar mamadaliev.App

License

This software is released under the MIT license.

About

Library for the implementation of Conway's Game of Life with the ability to read/write coordinates from a file using RLE algorithm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published