GithubHelp home page GithubHelp logo

datastax-examples / battlestax Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denisekgosnell/battlestax-1

31.0 4.0 12.0 31.15 MB

BattleStax is a stateful JAMStack game that is wholesome fun for the entire crew.

Home Page: https://astra.datastax.com/register

License: Apache License 2.0

Shell 6.10% JavaScript 86.98% HTML 5.54% CSS 1.38%
dev building-sample-apps astra datastax cassandra document-api netlify gitpod react redux

battlestax's Introduction

BattleStax

50 minutes, Advanced, Start Building

Open in Gitpod

BattleStax is a stateful JAMStack game that is wholesome fun for the entire crew.

image

Objectives

  • Deploy a scalable JAMStack app to production
  • Leverage a good CI/CD process to manage your JAMStack App

How this works

The BattleStax players watch a lobby screen while playing the game on their devices.

image

JAMstack is a big leap forward in how we can write web applications that are easy to write, deploy, scale, and also maintain. Using this approach means that newly created content is rendered from a content API, while a static render of it is being built into the site for future.

Get Started

To build and play with this app, follow the build instructions that are located here: https://github.com/DataStax-Examples/battlestax

Running BattleStax

Follow the instructions below to get started.

Prerequisites

Let's do some initial setup by creating a serverless(!) database.

DataStax Astra

  1. Create a DataStax Astra account if you don't already have one: image

  2. On the home page. Locate the button Create Database image

  3. Locate the Get Started button to continue image

  4. Define a database name, keyspace name and select a database region, then click create database. image

  5. Your Astra DB will be ready when the status will change from Pending to Active ๐Ÿ’ฅ๐Ÿ’ฅ๐Ÿ’ฅ image

  6. After your database is provisioned, we need to generate an Application Token for our App. Go to the Settings tab in the database home screen. image

  7. Select Admin User for the role for this Sample App and then generate the token. Download the CSV so that we can use the credentials we need later. image

  8. After you have your Application Token, head to the database connect screen and copy the connection information that we'll need later. We'll replace ASTRA_DB_APPLICATION_TOKEN with the Token value that is part of your Application Token. image

Github

  1. Click Use this template at the top of the GitHub Repository: image

  2. Enter a repository name and click 'Create repository from template': image

  3. Clone the repository: image

Running the full game

Make sure you've completed the prerequisites before starting this step

Running on your local machine

  1. Check out the full-game branch
git fetch
git checkout full-game
  1. Create a .env file and fill it with values from the .env.example file.

  2. Make sure the package dependencies are installed

# install dependencies
npm install
  1. Then, start the app in dev mode. Changes in the src or functions directories will trigger reloads.
# start battlestax in dev mode
npm run dev

Tutorial Steps

The above instructions are great to get you up and running pretty quickly, but if you would like to learn how to fully deploy the application to production with JAMStack then click the button below to get started.

battlestax's People

Contributors

beccam avatar clun avatar kidrecursive avatar sonicdmg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.