Coder Social home page Coder Social logo

adrkacz / game-jam-merge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kiwily/game-jam-merge

0.0 0.0 0.0 302.04 MB

The ScoreSpace game jam with theme merge

License: MIT License

JavaScript 17.06% Java 6.99% GAP 0.83% GDScript 56.60% C++ 6.51% C 6.03% Swift 5.98%

game-jam-merge's People

Contributors

adrkacz avatar kiwily avatar lucasbeckergit avatar

Watchers

 avatar

game-jam-merge's Issues

⭐️ Add haptic on touch character

Is your feature request related to a problem? Please describe.

You need to "feel" the game, add haptic vibration on action to give a new dimensions to the game.

Describe the solution you'd like

Not clear when to add them? Only on touch right? On all? On Combo? To test ...

⭐️ Update score system

Is your feature request related to a problem? Please describe.

Score system is not consistent with the one defined in the rule, update it accordingly

Describe the solution you'd like

Score system is describe in the README.

🐛 Invalid text when loading on submit name

Describe the bug

There is no more animation when you submit your name and it is waiting for the server to answer.

Moreover, you just see a . which is not clear, no text as Submit your score or something else.

🐛 Settings menu doesn't display current settings

Describe the bug

Quelque soit l'état de la musique sound effects ou vibration, lors qu'on affiche le menu ils sont tous "on", du coup si en fait c'était "off", il faut d'abord le mettre "off", puis "on".. bref c'est un bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to Settings
  2. Click on Vibrations
  3. Leave
  4. Go back

🐛 Combo time is not clear

Describe the bug

You can still combo just after the timer reaches end (like one second after), need to go deeper in the logic of the combo to understand what is the problem and update the UI to display time remaining accordingly

To Reproduce

Steps to reproduce the behavior:

  1. Match a color to start a combo
  2. Get the next color exactly when the UI bar reach 0
  3. You'll get a +2 even if you expect to have missed the combo

📚 Define the rules of the game

Is your question related to a problem? Please describe

The rules of the game are hidden in code logic, define them clearly in a markdown file.
Same for the difficulty or if you want to use level.

This will help to see any loophole in the design.

⭐️ Remove the possiblity to earn life

Is your feature request related to a problem? Please describe.

Try without earning life, it bias the game to earn life, you never lose once you get skilled

Additional context

On peut aussi augmenter la difficulté (vitesse de changement de couleur):

  1. Quand on augmente le combo, le problème c'est que comme on gagne des vies, la difficulté augmente, donc on va perdre la vie qu'on vient juste de gagner..
  2. Quand on augmente de score, le problème c'est qu'il faut un autre élément visuel pour le signifier et ça risque de saturer l'écran.

⭐️ Add sound effects

Is your feature request related to a problem? Please describe.

Update all sound effects on button and character tap.

Describe the solution you'd like

Make it simple with Kenney assets, will improve later after external feedback.

📚 Rethink the design of the app

Is your question related to a problem? Please describe

The app design is not clear, big button, pixel art, white background. It looks a bit old, we have to make it consistent and fun.
Let's have a clear mock up for every screen in the app to start redesigning the app.

Describe the solution you'd like

No clear solution, needs to design them

⭐️ Upgrade to Godot4

Is your feature request related to a problem? Please describe.

No problem, but Godot upgrade from 3 to 4, need to update the project

📚 Find a better name

Is your question related to a problem? Please describe

Current name is hard to type, hard to say, and doesn't fit in the space allocated for app name on phones

Describe the solution you'd like

I don't have suggestion yet.

⭐️ Need a way to see the remaining time

Is your feature request related to a problem? Please describe.

Remaining time is not displayed, need to be displayed somehow

Describe the solution you'd like

No solution yet, need to think about.

Describe alternatives you've considered

We removed the previous one as it was going all over the screen and was not working with new phone screens (not rectangular)

Update issue template

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

⭐️ Update combo system

Is your feature request related to a problem? Please describe.

Combo system is not the same as the one in the rules of the game in the README

Describe the solution you'd like

Have the combos system that matches the one in the rule

📚 Look for audio inspiration

Is your question related to a problem? Please describe

Audio is terrible, nothing else to say.

Describe the solution you'd like

Need some inspiration, post good soundtrack here and ideas.

⭐️ Add a Options menu

Is your feature request related to a problem? Please describe.

Pas possible de couper la musique ou les effets sonores, un petit menu s'impose

Describe the solution you'd like

Un petit menu qui dans un premier temps permettra de gérer les réglages sonores (d'autres à venir sûrement)
A priori c'est différent du menu pause dans le jeu qui permet de.. faire pause ahah

⭐️ Update score display

Is your feature request related to a problem? Please describe.

Score should display on top of the screen during the game

Describe the solution you'd like

Simple text, you can add some juicy animation when it increases

🐛 Music doesn't start

Describe the bug

La musique ne commence pas lorsqu'on lance l'application, sur tout les devices.
This choice was made because browsers needs "one click" to activate music, so cannot be default

It should be Default on Mobile, and after the fisrt click on browsers (no browser support anymore by the way)

⭐️ Update life UI

Is your feature request related to a problem? Please describe.

Life UI doesn't match the one on the design sheet #13 it needs to be three hearts, with heart not filled when life is lost.

🐛 Not fullscreen

Describe the bug

On new iPhone, there are two black band at top and bottom because it is not fullscreen, not good..

🐛 Update Question issue template

Describe the bug

Issue template doesn't have a default title and default label, it should have one. Moreover there is an unwanted debug line at the end.

⭐️ Update Combo UI

Is your feature request related to a problem? Please describe.

Combo UI doesn't match the one the design sheet #13
It needs to be a glowing contour that breaks when combo end.

🐛 Two times the same color in a row

Describe the bug

Logic to change color seems broken, you can have multiple times the same color on the character, which is not expected.

To Reproduce

Steps to reproduce the behavior:

  1. Match the correct color
  2. There is a chance you'll get the same one just after (so your character won't change color)

Note: I seen that for the light blue color only for now

Expected behavior

The character cannot have twice the same color

⭐️ Lose condition is not the one in the rules

Is your feature request related to a problem? Please describe.

Lose condition doesn't match the one in the rules, update it accordingly

Describe the solution you'd like

Use the rules in the README

⭐️ Improve combo text display animation

Is your feature request related to a problem? Please describe.

Combo text shows on top of each other which looks like a bug, improve the animation so it looks better

Describe the solution you'd like

Clearer contour, or shorter animation, I don't, has to be tested

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.