Coder Social home page Coder Social logo

boyquotes / diving Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ohabraszewski/diving

0.0 0.0 0.0 145.73 MB

Project from SSF 2021 - game created by Game Dev Team 2020/21 from Pałac Młodzieży in Katowice

Shell 1.63% JavaScript 10.22% Java 32.35% GDScript 43.02% HTML 1.16% Batchfile 1.30% Vue 9.56% SCSS 0.76%

diving's Introduction

Diving game

Game created in Pałac Młodzieży for 5. Silesian Science Festival. It's simple game about diving in ocean and collecting treasures. It introduces scoreboard system for best five players and registration system with email verification algorithm, all managed by server and its database.

You can play the Diving here:

Diving

Languages

  • Java
  • GDScript (language similar to Python)
  • HTML
  • SCSS
  • JS

Technologies

  • Godot
    • Game engine
  • Spring
    • Java server framework
  • VueJS
    • Web framework
  • REST
    • API architecture
  • Axios
  • WebSocket
  • Maven
  • Webpack
  • Git
  • Yarn

Project operating

If you want to experiment with the code on your own.

Run project (development mode)

  • Open CMD/Terminal/PowerShell at root directory of the project
  • Type: ./run
  • Press enter

OR

  • In 3 different terminals run:
    • yarn serve (at /frontend)
    • mvnw spring-boot:run (at /server)
    • path to godot.exe --no-window -w --path ./project.godot --export HTML5 ../server/public/game.html (at /game) (For exporting in godot you need to download godot's export templates)

Build project (production mode)

  • Open CMD/Terminal/PowerShell at root directory of the project
  • Type: ./run build
  • Press enter

Stop project

  • Press ctrl+c

diving's People

Contributors

ohabraszewski avatar larix45 avatar dependabot[bot] avatar muppety avatar watjurk avatar janekkermit 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.