Skip to content

Commit

Permalink
playing around
Browse files Browse the repository at this point in the history
  • Loading branch information
ardauzan committed Dec 22, 2024
1 parent f292f7a commit fd1ca7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,11 @@ This project is a personal exercise in learning the Gleam programming language b

## Definitions

**Cell**

- A cell is either alive or dead and has an x and y position.

Grid
: A grid is a one-dimensional array of cells.
: A grid is a two-dimensional array of cells.

Neighbourhood
: A cell's neighbourhood is the cells that are directly adjacent to it.
todo

## Todo

- [ ] Add tests
todo

### Requirements

Expand Down Expand Up @@ -53,6 +44,6 @@ gleam test

#### License

See the [**License file**](LICENSE.txt). Licensed under the [**MIT Licensej**j](https://wikipedia.org/wiki/MIT_License).
See the [**License file**](LICENSE.txt). Licensed under the [**MIT License**](https://wikipedia.org/wiki/MIT_License).

**--** ***A. Uzan***
2 changes: 2 additions & 0 deletions src/location.gleam
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub type Location =
Tuple(Int, Int)

0 comments on commit fd1ca7b

Please sign in to comment.