All Projects → asolanki → cs1501-final

asolanki / cs1501-final

Licence: GPL-2.0 license
Haskell class final project -- game in Haskell.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to cs1501-final

GameOfLife
Conway's Game of Life
Stars: ✭ 18 (-14.29%)
Mutual labels:  life, conway-game, conways-game-of-life
game-of-life
An implementation of Conway's Game of Life in Rust using Piston
Stars: ✭ 30 (+42.86%)
Mutual labels:  life, conway-game
go-life
Terminal based Conway's Game of Life. Implemented in Go.
Stars: ✭ 95 (+352.38%)
Mutual labels:  life, conway-game
logic-life-search
Cellular automata search program
Stars: ✭ 23 (+9.52%)
Mutual labels:  life, conways-game-of-life
glider
Generative music using conway's game of life
Stars: ✭ 38 (+80.95%)
Mutual labels:  life, conway-game
go-life
Conway's Game of Life in Go
Stars: ✭ 13 (-38.1%)
Mutual labels:  life, conway-game
Markline
Ⓜ️ Timeline via Markdown.
Stars: ✭ 121 (+476.19%)
Mutual labels:  life
Beautiful Scenery
我只是一个美景的搬运工❤️ ❤️
Stars: ✭ 111 (+428.57%)
Mutual labels:  life
Songtianyi.github.io
blog pages
Stars: ✭ 77 (+266.67%)
Mutual labels:  life
Life
An experiment in treating life like a software project.
Stars: ✭ 51 (+142.86%)
Mutual labels:  life
BLives
Blives is a campus APP
Stars: ✭ 22 (+4.76%)
Mutual labels:  life
Life
Life - a timeline of important events in my life
Stars: ✭ 2,627 (+12409.52%)
Mutual labels:  life
Muenchen Wiki
information about life in Munich. join our chat on telegram https://t.me/muenchentraktor
Stars: ✭ 125 (+495.24%)
Mutual labels:  life
life-disciplines-projects
Life-Disciplines-Projects (LDP) is a life-management framework built within Obsidian. Feel free to transform it for your own personal needs.
Stars: ✭ 130 (+519.05%)
Mutual labels:  life
awesome-javascript-podcasts
JS, webdev, programming and life 🎧
Stars: ✭ 14 (-33.33%)
Mutual labels:  life
Life Calendar
📆 Online calendar of your Life in Weeks.
Stars: ✭ 62 (+195.24%)
Mutual labels:  life
Life
The definite Conway's Game of Life implementation in your browser. Features an infinite field & Hashlife
Stars: ✭ 225 (+971.43%)
Mutual labels:  life
handbook
We're a small high-trust livelihood pod doing tech consulting within Enspiral.
Stars: ✭ 35 (+66.67%)
Mutual labels:  life
Nonsense Series
以下为一则清单,包含信息资讯、工具推荐、使用教程、生活感悟等,旨在将你引向独立思考和客观理性。我会持续更新和维护,也可以视作本人的「废话集」和 eBooksPlan 公众号文集的备份。
Stars: ✭ 188 (+795.24%)
Mutual labels:  life
Wasm game of life
A Rust and WebAssembly tutorial implementing the Game of Life
Stars: ✭ 184 (+776.19%)
Mutual labels:  life

Haskell class final project

Conway's Game of Life in Haskell

Takes a command-line argument specified input file specifying living cells (x,y) at initial state separated by newlines.

Example: in order to start with living cells at (0,0) and (2,3) the input file is:

0 0
2 3

Awaits newline between each "step" of the world, and keeps track of number of steps performed.

To run on given input file:

runhaskell Life.hs input
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].