docs(readme): updated readme

main
flavien 2022-12-27 12:37:04 +01:00
parent acd1848687
commit da45019628
1 changed files with 0 additions and 11 deletions

View File

@ -3,14 +3,6 @@ Game of life implementation in Rust with egui UI library.
Compilable in WASM with trunk for Web embedding.
<br>
### Currently implemented:
- configurable is size and speed only in code
- no UI
- only print a giant game of life
- work in native and wasm build
<br>
### build and run
**native**
Release mode with egui is really faster so you must run with:
@ -24,6 +16,3 @@ Install trunk with:
Build with:
`trunk build --release`
You can now open the `index.html` file built in the `dist` folder in your browser to run the game.
<br>