Skip to content

Commit

Permalink
Dweamworld => World Arcade
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Dec 30, 2024
1 parent 9bb4703 commit 3cf6c75
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
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

Expand Down Expand Up @@ -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!

Expand All @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion dweam_web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ☁️ Dweamworld Website
# ☁️ World Arcade Website

Created with [Astrowind](https://github.com/onwidget/astrowind).

Expand Down
2 changes: 1 addition & 1 deletion dweam_web/src/components/constants.ts
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]';
8 changes: 4 additions & 4 deletions dweam_web/src/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site:
name: Dweamworld
name: World Arcade
site: 'https://dweam.com'
base: '/'
trailingSlash: false
Expand All @@ -9,14 +9,14 @@ site:
# Default SEO metadata
metadata:
title:
default: Dweamworld
template: '%s — Dweamworld'
default: World Arcade
template: '%s — World Arcade'
description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs."
robots:
index: true
follow: true
openGraph:
site_name: Dweamworld
site_name: World Arcade
images:
- url: '~/assets/images/default.png'
width: 1200
Expand Down

0 comments on commit 3cf6c75

Please sign in to comment.