Git Product home page Git Product logo

gungi.io's Introduction

Online real-time website to play Gungi from Hunter × Hunter ⚡

gungi - active games


WARNING

This project is no longer actively maintained so the site might be down whenever I run out of free credits. When I get time in the future I would love to revisit the project and make it even better! Thanks for your understanding :)

Structure

Codebase Description
client Create React App Frontend
server Nodejs API with Socket.io
gungi.js Library for game logic

Branches

  • staging -> pr this branch for everything
  • master -> don't touch, this is what's running in production

Why did you make this?

This game appears in the manga/anime Hunter × Hunter, and seemed really interesting and looked like it had a ton of complexity and depth to play around in.

So, inspired by this reddit post which spelled out a complete ruleset, I set out to make it a reality and accessible for anyone to play and explore.

An additional side benefit in making this was to use it as a learning opportunity to familiarize myself with some of the latest popular web technologies, and this is the first project of more to come!

How to run locally

  • Fork the repository
  • Navigate to /server
  • Run yarn
  • Add .env file with the following environment variables
    • PORT=4000
    • CORS_ORIGIN=http://localhost:3000
  • Run yarn watch && yarn dev
  • Navigate to /client
  • Run yarn
  • Add .env file with the following environment variables
    • REACT_APP_API_URL=http://localhost:4000
    • REACT_APP_PUBLIC_URL=http://localhost:3000
  • Run yarn start

gungi.io's People

Contributors

jwyce avatar little-mage avatar

Stargazers

 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

gungi.io's Issues

Fortress + tier 2 or 3 pieces

Howdy, me and my friend recently discovered gungi.io and on our second game, we found a supposed bug. When the Fortress attacks a Tier 2 or 3 piece, the screen just goes all white. We tested it with the Captain, who also has the same characteristics as the Fortress, but everything happens normally.

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.