Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: repo url changed #199

Merged
merged 1 commit into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chat Game",
"image": "mcr.microsoft.com/devcontainers/typescript-node:22",
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- 📺 [Developing and playing it live](https://www.twitch.tv/hmbanan666)
- 👾 [Our community in Discord](https://discord.gg/B6etUajrGZ)

![Screen](https://github.com/chat-game/app/assets/25910785/a22468a4-0bf1-43e3-91fc-23a1e2a675fc)
![Screen](https://github.com/chat-game/space/assets/25910785/a22468a4-0bf1-43e3-91fc-23a1e2a675fc)

🤔 Imagine procedurally generated world where you and your viewers can:

Expand Down Expand Up @@ -32,12 +32,12 @@ Let's build a similar world together! ⭐️ Become a Stargazer ⭐️

You can develop in isolated container with prepared options:

[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/chat-game/app)
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/chat-game/space)

Make a fork. Or clone this repo and use standard commands:

```shell
git clone https://github.com/chat-game/app
git clone https://github.com/chat-game/space
yarn install
yarn run dev
```
Expand All @@ -46,8 +46,8 @@ yarn run dev

A huge thank you to everyone who is helping to improve. Thanks to you, the project can evolve!

<img src="https://raw.githubusercontent.com/chat-game/app/main/.github/static/contributors.svg" alt="Chat Game Contributors" width="100%"/>
<img src="https://raw.githubusercontent.com/chat-game/space/main/.github/static/contributors.svg" alt="Chat Game Contributors" width="100%"/>

## 🪀 License

This project is licensed under the MIT License - see the [**MIT License**](https://github.com/chat-game/app/blob/main/LICENSE) file for details.
This project is licensed under the MIT License - see the [**MIT License**](https://github.com/chat-game/space/blob/main/LICENSE) file for details.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app",
"name": "space",
"type": "module",
"version": "0.2.0",
"description": "Chat Game for Twitch",
Expand All @@ -8,10 +8,10 @@
"homepage": "https://chatgame.space",
"repository": {
"type": "git",
"url": "git+https://github.com/chat-game/app.git"
"url": "git+https://github.com/chat-game/space.git"
},
"bugs": {
"url": "https://github.com/chat-game/app/issues"
"url": "https://github.com/chat-game/space/issues"
},
"keywords": [
"game",
Expand Down
Loading