Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rustwasm/wasm_game_of_life

A Rust and WebAssembly tutorial implementing the Game of Life
https://github.com/rustwasm/wasm_game_of_life

life rust rust-wasm tutorial wasm webassembly-tutorial

Last synced: 1 day ago
JSON representation

A Rust and WebAssembly tutorial implementing the Game of Life

Awesome Lists containing this project

README

        

wasm_game_of_life

Conway's Game of Life in Rust and WebAssembly


Build Status


Contributing
|
Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

## About

This repository contains the complete code for the Rust and WebAssembly
tutorial. The tutorial builds increasingly featureful implementations of
[Conway's Game of Life][game-of-life].

### [Read the tutorial here!][tutorial]

[game-of-life]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
[tutorial]: https://rustwasm.github.io/book/game-of-life/introduction.html