Giter VIP home page Giter VIP logo

oop23-bountyhunter-extended's Introduction

email dei partecipanti

Development Rules

  • clone the repo locally
    git clone https://github.com/progetto-oop/BountyHunter.git
  • switch to branch nightly IMPORTANT: while develop the software use nightly branch, not master
    git checkout nightly
  • create a branch from nightly (the branch name should rapresent what you are implementing), you should create a branch for each task you are doing
    git branch <name-of-the-branch>
  • open this branch
    git checkout <name-of-the-branch>
  • in this branch you can do whatever you want
  • when you have finish the task, and you have pushed everything, then merge the branch into nightly
    git checkout nightly
    git merge <name-of-the-branch>
  • you can now delete the branch you was working on
    git branch -d <name-of-the-branch>

Pull Request

insetad of merging your branch into nightly, you can ask for a pull request:

  • goto github project page: https://github.com/progetto-oop/BountyHunter
  • click on "Pull Requests"
  • click on "New pull request"
  • select as first branch "nightly"
  • select as second branch ""
  • it should appear like this nightly <- name-of-the-branch
  • click on "Create pull request"

Run locally

  1. clone the repo
git clone https://github.com/progetto-oop/BountyHunter.git
  1. depends on the system witch run the java applicaton

    • on MacOs/Linux run from the root of the project
    ./StartProject.sh
    • on Windows run from the root of the project
    StartProject.bat
  2. if using vscode the configured launch for running or debugging the application is already configured

Rules

development rules:

  1. Don't place any file in the root folder , those won't be compiled/runned
  2. Place your source files in the app/src/main/java folder
  3. Place all the testes under app/src/test/java folder
  4. Place all the resources on app/src/main/resources
  5. Follow MVC pattern placing the file in the right folder based on what the file do
  6. Do not place graphical code in the same class or file of a logical code

License

The project is released under GPL v2.0 License

idea del gruppo

il gruppo si impegna a realizare un gioco in grafica 2D che simula le avventure di un cacciatore di taglie.

Il gioco implementerà una parte di combattimento in un mondo simulato in mezzo alla foresta, dove il giocatore dovrà trovare il nascondiglio dei Boss e sconfiggerli per ottenere delle medaglie e dei dobloni.

Il boss sarà protetto da dei minion, che saranno presenti anche durante il viaggio del nostro eroe.

Sconfitti tutti i boss presenti, il gioco finisce.

Funzionalità minimali ritenute obbligatorie:

  • HUD ⇒ interfaccia utente che mostri la vita, l’arma equipaggiata e i dobloni del giocatore
  • 3 categorie di armi (armi da taglio, distanza, contundenti a corto raggio)
  • solo un arma per categoria (spada, arco, tirapugni)
  • 1 boss con 3 tipologie di nemici (una per categoria di arma)
  • ogni creatura sconfitta lascia cadere dei dobloni per il giocatore
  • un fabbro che ripara le spade e vende le munizioni in cambio di dobloni (le armi contundenti non si rompono , le spade dopo n colpi si rompono)
  • se muori il gioco finisce e riparti da zero
  • dopo una certa quantità di tempo senza prendere danni, il protagonista recupera un tot di vita persa
  • La mappa dovrà essere spostata in base al giocatore che starà sempre al centro della schermata

Funzionalità opzionali:

  • più armi per categoria
  • mercante che vende le armi
  • HUB ⇒ è una zona franca dove poter comprare armi dal mercante e dove si troverà anche il fabbro
  • slot machine nell’HUB che permette al giocatore di scommettere i propri dobloni per tentare di acquisirne di più
  • minigiochi nell’hub che permettono di acquisire dei dobloni al player se batte dei record.
  • più boss e tipologie di minion
  • oltre alle ricompense ottenute dalla sconfitta delle creature , ci sarà anche un sistema di taglie sui boss (sconfiggi un determinato boss ⇒ puoi riscattare la taglia che dona all’utente dobloni e/o armi)
  • power up trovati casualmente nella mappa ⇒ alla raccolta incrementano delle statistiche del player per tot secondi

Challenge principali:

  • mantenere il modello MVC all’interno del progetto, mantenere alto il livello di codice e software versioning
  • mantenere il gioco performante
  • realizzare una IA per i nemici ed i boss
  • realizzazione della mappa di gioco
  • realizzare la collision detection in relazione alla mappa

Suddivisione dei ruoli:

  • Fabio Fattori ⇒ Render mappa di gioco , tutte le dinamiche del player (recupero vita ecc.)
  • Francesco Tonelli ⇒ implentazione HUD , realizzazione e implementazione Sprite di gioco e musiche d’ambiente , fabbro
  • Mattia Senni ⇒ dinamiche nemici e boss (IA , spawn casuale , ottimizzazione del render , loot nemici )
  • Alessandro Buono ⇒ fisica e interazione con le armi, dinamiche di gameOver

oop23-bountyhunter-extended's People

Contributors

alessandrocrazy avatar fabiofattori avatar francescotonelli avatar mtttia 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.