Giter VIP home page Giter VIP logo

andr30z / fgc-combo-companion Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 1.0 10.45 MB

Translate combo notations to visual combo inputs for Street Fighter 6, Tekken 8 and more.

Home Page: https://app.fgc-combo-companion.xyz

Java 40.31% JavaScript 0.70% TypeScript 58.51% CSS 0.28% HTML 0.07% Dockerfile 0.14%
combos fgc fightinggames fighting-games ggs guilty-gear-strive sf6 street streetfighter tekken

fgc-combo-companion's Introduction

The best way to store and share knowledge about combos in fighting games


Languages and Tools

  • Typescript
  • Java
  • Spring Boot
  • PostgreSQL
  • ReactJS
  • NextJS

How to run locally

1. Clone the repo

2. Frontend setup:

You have to create an .env file at the ./frontend directory, with the following variables:

GOOGLE_CLIENT_ID=YOUR_CLIENT_ID_IF_YOU_WANT_GOOGLE_LOGIN
GOOGLE_CLIENT_SECRET=YOUR_CLIENT_SECRET_IF_YOU_WANT_GOOGLE_LOGIN
NEXTAUTH_URL=http://localhost:3000 //leave it default

then:

cd frontend && yarn && yarn dev

3. Backend setup:

Required Tools:

Java 17 and PostgreSQL 13 or higher

You have to create an .env file at the ./backend/src/main/resources directory, with the following variables:

TOKEN_SECRET=YOUR_RANDOM_TOKEN_SECRET
TOKEN_EXPIRATION_MSEC=00000
REFRESH_TOKEN_EXPIRATION_MSEC=00000
OAUTH_KEY=OAUTH_KEY SECURE_KEY=YOUR_SECURE_VALUE
POSTGRESQL_CONNECTION=YOUR_POSTGRES_CONNECTION
POSTGRESQL_USERNAME=postgres_username
POSTGRESQL_PASSWORD=postgres_password
MAIL_SENDER_MAIL_USERNAME=cool_email
MAIL_SENDER_MAIL_PASSWORD=cool_password_email
BASE_EMAIL_VERIFICATION_FRONTEND_URL=http://localhost:3000/email-verification
BASE_PASSWORD_CHANGE_FRONTEND_URL=http://localhost:3000/password-change

fgc-combo-companion's People

Contributors

andr30z avatar

Stargazers

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

Watchers

 avatar

Forkers

alp1014

fgc-combo-companion's Issues

[Suggestion] More Shorthand Terms

Just a few more terms I wish are also implemented into the combo translator.

  • HD - HEAT-DASH
  • WBL! - WALL-BLAST
  • WBO! - WALL-BOUND
  • FBO! - FLOOR-BLAST

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.