Add webpack
This commit is contained in:
parent
ecd7c87e29
commit
f08691a62e
10 changed files with 5421 additions and 43 deletions
14
README.md
14
README.md
|
@ -17,13 +17,19 @@ The goal is to closely mimic the look and behavior of the original game, but not
|
|||
- Game speed will be fixed, possibly configurable
|
||||
- The original game's speed varied with CPU speed
|
||||
- Improve control response
|
||||
- Support Windows, Linux, macOS
|
||||
- Possibly web and mobile platforms too
|
||||
- Support Windows, Linux, macOS, and the web
|
||||
|
||||
## Building
|
||||
|
||||
1. [Install Rust](https://rustup.rs/)
|
||||
2. Run `cargo build` or `cargo run`
|
||||
[Install Rust](https://rustup.rs/)
|
||||
|
||||
### Desktop
|
||||
|
||||
Run `cargo build` or `cargo run`
|
||||
|
||||
### Web
|
||||
|
||||
Run `npm run build` or `npm start`
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue