command
module
Version:
v0.0.0-...-57d27ad
Opens a new window with list of versions in this module.
Published: Jan 11, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Beginner Programming with Golang - Conways Game of Life
Who is this tutorial for?
- Programming beginners and people with programming experience who want to learn the language
- One of the core aspects of go is simplicity and clarity
Content:
- Setting up a simple project
- Learn basic structures like variables, functions, loops, if statements
- How to include a 3rd party library
- Apply learnings to a simple project
Setup new project (hello world)
- Show where to find installation instructions
- Choose any editor of your choice
- Create directory and go file
- Run file from the terminal
Introduction conways game of life
- Matrix of cells (like a spreadsheet, columns and rows)
- Cells become alive or dead depending on their 9 neighbours
Create a first generation of cells and print them (randomly)
- Variables (Arrays)
- Loops
- Printing
Create next generation of cells and print them (rules)
Include 3rd party library tcell for rendering
- Dependencies
- How to read documentation of 3rd party libraries
- Render on screen
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.