https://github.com/sclorentz/w2d-library
This is my 2D game maker library for the web, made using WASM. Witch I'm using do create my own version of the Google's offline Dino game
https://github.com/sclorentz/w2d-library
chrome-dino-game game golang rust wasm website
Last synced: 6 months ago
JSON representation
This is my 2D game maker library for the web, made using WASM. Witch I'm using do create my own version of the Google's offline Dino game
- Host: GitHub
- URL: https://github.com/sclorentz/w2d-library
- Owner: SCLorentz
- License: mit
- Created: 2024-08-11T14:38:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T20:55:39.000Z (9 months ago)
- Last Synced: 2025-04-15T15:04:54.446Z (6 months ago)
- Topics: chrome-dino-game, game, golang, rust, wasm, website
- Language: Rust
- Homepage:
- Size: 5.82 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Dino GameBy Carlos Baraza - Own work / https://github.com/carlosbaraza/web-assembly-logo, CC0, Link
---
Have you ever played the Google Chrome dino game? This is my own version of it, developed in Rust using the WASM (web assembly) technology.## Develop by your own
### My recommendations - Docker
If you want to develop your own version of this game, you should get docker installed, so you don't have to worry about configuring anything or make sure that this will work on your machine, is everything already configured for you. Besides, in a virtualized environment, errors like "it works on my machine" can be avoidable. I made this to be really simple to just "enter and use" with no need for configuration.
Docker, Inc., Apache License 2.0, via Wikimedia Commons
### Start the server
To start the server, use: `run`, this command will make sure that everything necessary to make this project work is being executed and is working correctly.
## Todo
Those are some stuff that I think would be cool to add to this project
* [ ] Create a grid to prevent impossible situations for the player, making the game playable
* [ ] Create a progression difficulty, making the game harder over time
* [ ] Add multiplayer compatibility
* [ ] Save the user's progress if they close the page
* [ ] Add moon cycle, with different sizes and textures
* [ ] Add a God mode, make it contain infinite life, a custom texture for the dinosaur and enable double jumpI'm not using any library, and this project is in the beginning stage, finishing this can take a long time
[game design](https://github.com/SCLorentz/W2D-library/blob/main/wiki%2Fassets.md)
## History
I had a problem and needed to delete and create the repo again, so the history of this repo before '11 ago 2024' was deleted, but this affected just one week of progression.