Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 894 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 894 Bytes

Diamonds

A rebuild of the classic 90s-era video game, using TypeScript, Preact, and Zustand.

About

This game is a rebuild of the original Diamonds video game, originally developed by Dub Myers and Oliver Dreer for Varcon Systems, Inc. All audio and sprites are copyright of Varcon Systems, Inc.

Play online

The game is playable here. Note that this is intended for desktop devices only.

Installing dependencies

yarn

Running the dev server

yarn dev

Build

yarn build