-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# ☁️ Dweamworld | ||
# ☁️ World Arcade | ||
|
||
[![Discord](https://img.shields.io/badge/Join%20our%20Discord-purple)](https://discord.gg/aY3GAqMqBf) [![Windows Application](https://img.shields.io/badge/Windows%20Application-grey)](https://github.com/dweam-team/dweamworld/releases) | ||
[![Discord](https://img.shields.io/badge/Join%20our%20Discord-purple)](https://discord.gg/aY3GAqMqBf) [![Windows Application](https://img.shields.io/badge/Windows%20Application-grey)](https://github.com/dweam-team/world-arcade/releases) | ||
|
||
Run generative games on your own GPU. | ||
|
||
Unlike traditional games, that run on a deterministic game engine, generative games use an interactive video model to generate every frame of the game in real-time, reacting to your button presses. | ||
|
||
Currently, the models are dispersed across Github and hard to find. Even when you find one, it takes technical knowledge and time to run them yourself. So we're bringing them together for you to play. | ||
|
||
Dweamworld is an open-source platform that makes it easy to play them locally, or stream from a server. | ||
World Arcade is an open-source platform that makes it easy to play them locally, or stream from a server. | ||
|
||
## Features | ||
|
||
|
@@ -44,7 +44,7 @@ The Minecraft games are only supported on Linux; you can use [WSL](https://docs. | |
|
||
### Windows | ||
|
||
1. Download dweam-windows.zip from the [latest release](https://github.com/dweam-team/dweamworld/releases). | ||
1. Download dweam-windows.zip from the [latest release](https://github.com/dweam-team/world-arcade/releases). | ||
2. Unzip the file using [7Zip](https://www.7-zip.org/). | ||
3. Double-click dweam.exe, wait for the games to install, and start playing! | ||
|
||
|
@@ -63,8 +63,8 @@ Install [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-nati | |
#### Running | ||
|
||
``` | ||
git clone ssh://[email protected]/dweam-team/dweamworld | ||
cd dweamworld | ||
git clone ssh://[email protected]/dweam-team/world-arcade | ||
cd world-arcade | ||
docker compose up --build | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// constants.ts | ||
export const DISCORD_LINK = 'https://discord.gg/7Ka5UsFBfN'; | ||
export const GITHUB_LINK = 'https://github.com/dweam-team/dweamworld' | ||
export const GITHUB_LINK = 'https://github.com/dweam-team/world-arcade' | ||
export const TWITTER_LINK = 'https://x.com/dweamai'; | ||
export const BLUESKY_LINK = 'https://bsky.app/profile/dweamai.bsky.social'; | ||
export const CONTACT_EMAIL = 'mailto:[email protected]'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters