ashish2199 / Aidos

A beginner friendly project with aim of creating our own version of Bomberman.
GNU General Public License v3.0
41 stars 28 forks source link

Discussion on which language to use #3

Closed ashish2199 closed 6 years ago

ashish2199 commented 6 years ago

We will be working with on creating our own version of Bomberman game.

We have two options mainly we can use for making the game

Also provide your feedback on whether we should be using any game development framework or not. If yes , which one ?

Please share what you are most familiar with. Which one should we choose ? Any advantage of one over the other.

CiaranRoft commented 6 years ago

I would rather do something in JavaFX.

StewartWallace1115 commented 6 years ago

HTML5/ JavaScript. Try something new but I have used JavaFX in the past.

llllllxu commented 6 years ago

I prefer JavaFX

ashish2199 commented 6 years ago

So far this is what i feel for me

JavaFX

JS/HTML

So far I prefer JavaFX over JS. Unless someone suggest more advantages with JS/HTML or has experience in making something similar we would go with JavaFX

@others Please provide your opinion.

jlegendary commented 6 years ago

I can do either or, but JavaFX sounds good.

larfies commented 6 years ago

I'm happy with either.

jariss commented 6 years ago

Never worked with either, but I know some Java and do want to learn JavaFx.

On Sun, Nov 12, 2017 at 1:10 PM, larfies notifications@github.com wrote:

I'm happy with either.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ashish2199/Aidos/issues/3#issuecomment-343768057, or mute the thread https://github.com/notifications/unsubscribe-auth/AgB8vvq3AIwbQz991i3Iu0-Vg7uufVgKks5s117egaJpZM4QaxHO .

ItsStolas commented 6 years ago

+1 for JavaFX

HarrisJT commented 6 years ago

+1 for JavaFX, I find it really enjoyable and not to hard, we can even use css for styling. I would suggest people look at the docs if they haven't used it before.

https://docs.oracle.com/javase/8/javase-clienttechnologies.htm

ashish2199 commented 6 years ago

Since most of you want to work with JavaFX so we will be using it for making our game.

Thanks for your feedback.

Issue Closed.