All Projects → DataStax-Examples → battlestax

DataStax-Examples / battlestax

Licence: Apache-2.0 license
BattleStax is a stateful JAMStack game that is wholesome fun for the entire crew.

Projects that are alternatives of or similar to battlestax

astra-tik-tok
A simple Tik Tok clone running on AstraDB that leverages the Document API.
Stars: ✭ 21 (-34.37%)
Mutual labels:  dev, netlify, datastax, astra, document-api, building-sample-apps
spring-data-starter
⚡️ A sample Spring Data Cassandra REST API
Stars: ✭ 36 (+12.5%)
Mutual labels:  cassandra, dev, building-sample-apps
lib
Perl Utility Library for my other repos
Stars: ✭ 16 (-50%)
Mutual labels:  cassandra, datastax
website
Gitpod website and documentation
Stars: ✭ 233 (+628.13%)
Mutual labels:  netlify, gitpod
jelass
Janus + Elastic Search + Cassandra docker container with SSL Client Certificates implemented.
Stars: ✭ 13 (-59.37%)
Mutual labels:  cassandra, datastax
AspNetCore.Identity.Cassandra
Cassandra Storage Provider for ASP.NET Core Identity
Stars: ✭ 13 (-59.37%)
Mutual labels:  cassandra, datastax
cassandra-data-apis
Data APIs for Apache Cassandra
Stars: ✭ 18 (-43.75%)
Mutual labels:  cassandra, datastax
webapp
Hospital management system web application repo
Stars: ✭ 41 (+28.13%)
Mutual labels:  netlify
casper
Yelp's internal caching proxy, powered by Nginx and OpenResty at its core
Stars: ✭ 81 (+153.13%)
Mutual labels:  cassandra
hactoberexplor
HacktoberExplor is for people who love to travel, explore and let others know about the beautiful places which they've visited, alongwith a photo and a short description about that place. Also you can add about yourself, your interests and your social media links, etc.
Stars: ✭ 16 (-50%)
Mutual labels:  dev
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-43.75%)
Mutual labels:  netlify
cassandra-phantom
Cassandra + Phantom Example
Stars: ✭ 64 (+100%)
Mutual labels:  cassandra
wp-trigger-netlify-build
A WordPress plugin to automatically rebuild a Netlify site when content is updated.
Stars: ✭ 80 (+150%)
Mutual labels:  netlify
Covidview
A complete COVID-19 tracker cum dashboard website made by me.
Stars: ✭ 24 (-25%)
Mutual labels:  netlify
FakePlayer
Specter but targeting PocketMine-MP API 4.0.0
Stars: ✭ 46 (+43.75%)
Mutual labels:  dev
send-to-things
A PWA to add tasks to Things from pretty much anywhere
Stars: ✭ 39 (+21.88%)
Mutual labels:  netlify
sroberts.github.io
A landing page for great justice
Stars: ✭ 20 (-37.5%)
Mutual labels:  netlify
cvfy
CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.
Stars: ✭ 165 (+415.63%)
Mutual labels:  netlify
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (+134.38%)
Mutual labels:  netlify
ironpeak.be
Hugo repository for main ironpeak.be website.
Stars: ✭ 12 (-62.5%)
Mutual labels:  netlify

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].