Git Product home page Git Product logo

gameoflife's Introduction

# Game of Life

Game of Life Java 버전입니다. 시각화는 Consol로 표현됩니다.

Usage

$java -jar [lib_file] [property file] [generation]

$java -jar cgol-0.2.2.jar

$java -jar cgol-0.2.2.jar cgol.properties

$java -jar cgol-0.2.2.jar cgol.properties 10

설정값이 없을 때 기본 board 크기는 80*40 이며 60 generation 까지 임의 셀이 설됩니다

cgol.properties

  • init.boardSize=20,30

Board의 크기 [세로,가로]

  • init.cells=9,11|10,9|10,10|11,10|11,11

활성화할 셀 좌표

  • init.maxGenerations=4

반복할 회수(세대)

gameoflife's People

Watchers

James Cloos avatar 장병웅 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.