EmilZach / Sentence-Crusher

A Python game for crushing sentences.
0 stars 1 forks source link

Better graphics - Game might not appeal to the mass market yet #7

Open Arxcis opened 8 years ago

EmilZach commented 8 years ago

Now, there is two ways we can do this: Use a graphics library (Pygame, etc for the client-side) or we can implement the game in to a website. The way we can design the website is by using CSS and Javascript. It really depends on how we want to enhance the game. Any thoughts?

Arxcis commented 8 years ago

Det hadde jo vert fint å fått brukt et Turtle bibliotek til dettte. HTML vil sikkert bli best og enklest å få det fint til, men det vil medføre en del kompleksitet , siden ingen av oss kan Javascript, right? :P

Interessant tema syns jeg.

On Thu, Mar 24, 2016 at 3:34 PM, Emil Teigland Zachariassen < notifications@github.com> wrote:

Now, there is two ways we can do this: Use a graphics library (Pygame, etc for the client-side) or we can implement the game in to a website. The way we can design the website is by using CSS and Javascript. It really depends on how we want to enhance the game. Any thoughts?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/EmilZach/Sentence-Crusher/issues/7#issuecomment-200864351

technocake commented 8 years ago

Det som er en fordel med å ha en Web-service infrastruktur, slik som vi har per idag, er at man kan ha flere klient-typer ( les spill implementasjoner) i gjerne forskjellige språk, som alle kan bruke samme webservice.

I Javascript verdenen bruker man Ajax for å sende GET og POST beskjeder på samme måte som med requests.

On Thu, Mar 24, 2016 at 5:08 PM, Jonas notifications@github.com wrote:

Det hadde jo vert fint å fått brukt et Turtle bibliotek til dettte. HTML vil sikkert bli best og enklest å få det fint til, men det vil medføre en del kompleksitet , siden ingen av oss kan Javascript, right? :P

Interessant tema syns jeg.

On Thu, Mar 24, 2016 at 3:34 PM, Emil Teigland Zachariassen < notifications@github.com> wrote:

Now, there is two ways we can do this: Use a graphics library (Pygame, etc for the client-side) or we can implement the game in to a website. The way we can design the website is by using CSS and Javascript. It really depends on how we want to enhance the game. Any thoughts?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < https://github.com/EmilZach/Sentence-Crusher/issues/7#issuecomment-200864351

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/EmilZach/Sentence-Crusher/issues/7#issuecomment-200904567

Arxcis commented 8 years ago

Stilig, dette må vi få til på en måte ;)

Arxcis commented 8 years ago

Men jeg lurer på en ting. Stemmer det at med de verktøyene vi har i dag, så kan vi bare sende og motta data når en nettiside oppdaterer seg ?

Går det ann å bruke Ajax og Javascript til å sende GET og POST uten at nettsiden trenger å oppdatere seg?