Code Monkey home page Code Monkey logo

life's Introduction

Life

Game of life implementation. Made with love, with LÖVE.

What is this?

Dependencies

  • The game was developed on LÖVE 11.1, but it should work on older versions as well
  • A creative mind and a heart full of love
  • Also written in Lua

Controls

  • the game starts in the paused mode, where you can mouse click cells to make them live or die
  • when the game is not in the paused mode, the game world will automatically begin evolving. To toggle paused mode, press space
  • automatic evolution happens every set amount of ticks. To speed up evolution, scroll down on the mouse wheel. Similarly, to slow down the evolution process, scroll up.
  • take screenshots by pressing p. Screenshots will be saved in your local directory depending on your operating system (see this link for more information: https://love2d.org/wiki/love.filesystem).
  • press esc to quit the game

Toggle Pause Mode: SPACEBAR Create/Destroy Life: LEFT MOUSE CLICK Speed up evolution: SCROLL DOWN Slow down evolution: SCROLL UP Screenshot: P Exit the game: ESC

Details

  • The board is 1000 px wide and 600 px tall
  • The actual tiles are 10x10 pixels meaning there are 100x60 tiles
  • Music plays in the background based on the # of live tiles at any given moment

jryzkns 2018

life's People

Contributors

jryzkns avatar ericgao1997 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.