replace webp with webm and html tag

This commit is contained in:
ohsqueezy 2023-02-03 13:37:16 -05:00
parent 94dd058a70
commit a0f7c9d3fc
1 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,8 @@ Scrapeboard is an arcade game that uses a skateboard deck and metal floor pads.
The game is available to play at select game conventions and festivals, but it is also a D.I.Y. project that is not difficult to reproduce. This manual covers how to build a full Scrapeboard system. It includes how to install and test the software, how to build the electronics, and how to fabricate a controller using a skateboard deck, metal pads, and plywood.
![Time lapse of build](https://scrape.nugget.fun/local/manual/Scrapeboard_platform_timelapse.webp)
<video controls autoplay muted src="https://scrape.nugget.fun/local/manual/Scrapeboard_platform_timelapse.webm"
type="video/mp4" />
Audience
--------
@ -22,7 +23,7 @@ The builder's manual was created so players could build Scrapeboard on their own
License
-------
The code, electronics, and manual are released as open source, so the system is licensed to be modified and used for any purpose, including commercial. See [LICENSE.txt](../LICENSE.txt) for details.
The code, electronics, and manual are released as open source, so the system is licensed to be modified and used for any purpose, including commercial. See [LICENSE.txt](LICENSE.txt) for details.
History
-------
@ -39,11 +40,11 @@ The next version of Scrapeboard used four aluminum street signs, a rug, an alumi
![The rug prototype](www/open_graph_card.jpg)
A newer model was made in preparation for [GDC](https://gdconf.com) 2022, using wood, aluminum street signs, steel anchor rings, and the same Arduino circuit. The aluminum street signs were drilled into four pieces of wood which were bracketed together on the underside. The steel anchor rings were fastened to the underside of the skatedeck using machine screws. By the end of 2022, this version had been refined enough to last through multiple events without needing repair, a significant milestone for the project because it opened up the possibility of the game being able to run without constant supervision.
A newer model was made in preparation for [GDC](https://gdconf.com) 2022, using wood, aluminum street signs, steel anchor rings, and the same Arduino circuit. The aluminum street signs were drilled into four pieces of wood which were bracketed together on the underside. The steel anchor rings were fastened to the underside of the skatedeck using machine screws. By the end of 2022, this version had been refined to last through multiple events without needing repair, a significant milestone for the project because it opened up the possibility of the game being able to run without constant supervision.
![Collage of scrapeboard action photos at GDC](https://scrape.nugget.fun/local/cover2.png)
Although there are still improvements being worked on, the 2022 model is what this manual is based on and what the instructions will create. Since that model has proven to be durable, the steps to reproduce it can be recommended as a simple method for Scrapeboard players to construct a system of their own. Further improvements are covered by optional steps and more will likely be added in the future.
Although there are still improvements being worked on, the 2022 model is what the manual is based on and what the instructions will create. Since that model has proven to be durable, the steps to reproduce it can be recommended as a simple method for Scrapeboard players to construct a system of their own. Further improvements are covered by optional steps and more will likely be added in the future.
Supplies
--------