Skip to content

Ci3l/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GAME OF LIFE

Description

Creating a game of life for NumWorks calculators (N 100 and N 110) in Python using Kandinsky package.

Usage

There's a pc version available if you need it in the 'pc vers' directory. About the NumWorks version, you can find it on the NumWorks website here you just need to use the command below:

start(generation, length, width)

There are three sizes available:16/10; 32/20; 40/25 And if you don't really need all these parameters, there are default values so you can also simply enter:

start()

View Project

If you want to test the project, you can go on the NumWorks website and test it on the integrated emulator here (just click on the 'play logo'.) Or else you can use the PC version available in the 'pc vers' directory.

Participation

Feel free to share your ideas about the project by mail or do a little pull request or open an issue, I'll check ;)