All Projects → FinalStackQuest → StackQuest

FinalStackQuest / StackQuest

Licence: MIT license
A multiplayer and team-based action/shooter game.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to StackQuest

OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (+123.81%)
Mutual labels:  react-redux, multiplayer-game
react-ant-admin-api
专为 react-ant-admin 开发的后端API,完善的权限路由系统,使用 eggjs、ts、mysql开发
Stars: ✭ 52 (+147.62%)
Mutual labels:  sequelize
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+452.38%)
Mutual labels:  sequelize
passport-local-sequelize
passport-local-sequelize is a sequelize plugin for building username and password login with passport
Stars: ✭ 81 (+285.71%)
Mutual labels:  sequelize
Questions
Web app inspired by Quora, allowing users ask question and get answers
Stars: ✭ 15 (-28.57%)
Mutual labels:  react-redux
koa-orm
koa orm using sequelize & sk2 (fork from knex)
Stars: ✭ 62 (+195.24%)
Mutual labels:  sequelize
InfiniCanvas
An infinite canvas to edit online with other users!
Stars: ✭ 26 (+23.81%)
Mutual labels:  multiplayer-game
iwish
I wish that too!
Stars: ✭ 19 (-9.52%)
Mutual labels:  react-redux
goalie-url-shortener
An implementation of go/ vanity-urls with LDAP support that makes it simple to access internal web assets on a coorporate network.
Stars: ✭ 16 (-23.81%)
Mutual labels:  react-redux
rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (+247.62%)
Mutual labels:  react-redux
auth-quickstart
Authentication Quickstart with Express, Passport and Sequelize
Stars: ✭ 49 (+133.33%)
Mutual labels:  sequelize
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-14.29%)
Mutual labels:  react-redux
kugou
multiple implementations for kugou music
Stars: ✭ 25 (+19.05%)
Mutual labels:  react-redux
react-antd-admin
react-antd-admin 是一个后台集成解决方案,它基于 react 和 antd; 内置了动态路由,标签页缓存,权限验证、切换功能
Stars: ✭ 42 (+100%)
Mutual labels:  react-redux
northwind-demo
Breeze demo with .NET and NodeJS servers and Angular, Aurelia, React, and Vue clients
Stars: ✭ 23 (+9.52%)
Mutual labels:  sequelize
TPS-SLG-GAME
Unity制作的多人在线的第三人称策略类射击游戏 ,服务端实现怪物寻路,服务端由python 实现。 (服务端没有用任何python第三方库)
Stars: ✭ 150 (+614.29%)
Mutual labels:  multiplayer-game
mastodo
A fork of the GNU Social/AP-compatible microblogging server
Stars: ✭ 29 (+38.1%)
Mutual labels:  react-redux
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+90.48%)
Mutual labels:  react-redux
react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
Stars: ✭ 59 (+180.95%)
Mutual labels:  react-redux
react-redux-jwt-auth
React Redux: Token Authentication example with JWT, React Router, Axios, Thunk Middleware
Stars: ✭ 86 (+309.52%)
Mutual labels:  react-redux

GitHub issues GitHub closed pull requests

Welcome to StackQuest

StackQuest

Deployed link here: http://stackquest.herokuapp.com (give Heroku a bit to wake up!)

StackQuest is a multiplayer game modeled after Mozilla's BrowserQuest built using Phaser, React/React-Redux, Node, and Express.

The Stackquest Team:

  1. Jonathan Liu
  2. Gabriel Rowe
  3. Keisuke Kido
  4. Anton Cataldi

Demo

Watch the StackQuest presentation on YouTube

Table of Contents

Background

StackQuest is a capstone project from the 1702 cohort of Fullstack Academy of Code. We were inspired to dive into a project that required us to learn new technologies, tested and expanded our understanding of development concepts, and that was a lot of fun!

Install

To install and locally run Stackquest clone or download the project to your machine and run the following commands:

Install all project dependencies:

$ npm install

To start the server and watch the server files for updates:

$ npm run start-dev

To have webpack bundle and re-bundle on changes:

$ npm run build-dev

License

MIT (c) StackQuest

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