JamesFranc / CardsTD

A tower defense game played with cards
2 stars 1 forks source link

Define Technology Stack #4

Open JamesFranc opened 7 years ago

JamesFranc commented 7 years ago

We need to discuss and justify the technology stack.

lucymariej commented 7 years ago

Just writing out our current thought process based on our discussion yesterday. Correct or add any info you like @JamesFranc

Server/Database: So, we have already decided for sure our first implementation is only going to be hot-seat and only save game info locally, so we won't need server or database implementation for the moment, although we might want to have that conversation here for later after we figure out the front-end?

As for the front-end, I know we were talking about using Javascript/Html/Bootstrap(MD), Javascript/Html/Material, or just using Unity, with the thought that using web-based technologies makes sense as long as we can use Material or MDBootstrap to give us card functionality, although Unity will give us quicker functionality on gestures. (although web has a nice extended functionality for dragging: UI Touchpunch)

If I missed anything, feel free to add along. Figured keeping this discussion here would keep us on track.

lucymariej commented 7 years ago

MDBootstrap JQuery UI TouchPunch

JamesFranc commented 7 years ago

Also it seems as though we've landed on a web stack (JS in particular)