Coder Social home page Coder Social logo

oceanus-shard's Introduction

Starter Game Template

This repository contains a starter World Engine project that you can use as a scaffold for your project.

Installing World CLI

To begin your development journey with World Engine, you install World CLI a tool for creating, managing, and deploying World Engine projects.

Install the latest world-cli release by running:

curl https://install.world.dev/cli! | bash

Docker

Docker is used to make it easy to run the World Engine stack and its dependencies. If you don't already have Docker installed, you can find instructions for your platform here:

Installation instructions for Docker Desktop

Getting Started

To use this template to start your own project, navigate to the directory where you want your project to live and run:

world create

You will be prompted for a game name. A copy of the starter-game-template will be created in the current directory.

Running Development Mode

World Engine dev mode provides a fast and easy way to run and iterate on your game shard.

To use it, navigate to your project directory and run

world cardinal dev

Running World Engine E2E

To run the World Engine stack end-to-end (i.e. in production and game engine integration), run:

world cardinal start

This command will use the world.toml config specified in your root project directory to run both World Engine's Cardinal game shard and Nakama relayer (for game engine integration).

Make sure to set CARDINAL_MODE="production" in world.toml to run the stack in production mode and obtain the best performance.

Cardinal Editor

The Cardinal Editor is a web-based companion app that makes game development of Cardinal easier. It allows you to inspect the state of Cardinal in real-time without any additional code.

To access it, run world cardinal start or world cardinal dev

Then, open the Cardinal Editor in a web browser.

After you create some entities in your game, it will show up on the Cardinal Editor.

Developing Your Game

For more details on how to create the game of your dream, visit the World Engine documentation

oceanus-shard's People

Contributors

k-karuna avatar dependabot[bot] avatar

Stargazers

Lev Gorodetskii avatar skllzrmy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.