Page 1 of 1 [ 6 posts ] 

techn0teen
Veteran
Veteran

User avatar

Joined: 14 Sep 2010
Age: 33
Gender: Male
Posts: 663

20 May 2012, 5:56 pm

I want to create a simple, educational video game that I can post on my student website for fellow students to look at and interact with. I don't want them to have to download files directly on their computer. I just want the game to be playable in the browser window. I want it to be in flash since it seems like the most popular medium. No Java! (Applets have a hard time loading on the school's computers).

I don't know any good graphics libraries. I have experience with programming (C++, and a university made graphics library only compatible with our computers) so I'm not an absolute beginner. I need to be able to have a graphics library or IDE that is free, and I can easily do on a linux based operating system. Any suggestions?



Madbones
Veteran
Veteran

User avatar

Joined: 7 Mar 2010
Age: 27
Gender: Male
Posts: 777
Location: In the zone

20 May 2012, 6:13 pm

Why not try HTML5?
Cocos2D has a library (Im not exactly sure what they would call it in this case... Correct me if Im wrong) for HTML 5.

Good luck!
Cocos2D HTML5


_________________
?Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.? -Steve Jobs.


Evinceo
Deinonychus
Deinonychus

User avatar

Joined: 13 Apr 2012
Age: 32
Gender: Male
Posts: 392

20 May 2012, 11:46 pm

Easy on Linux? Then in-browser probably isn't your best bet anyway. Perhaps you could trick them into using a chromium app? Or HTML5 (as suggested). You won't get much hand-holding in Linux environments though, consider yourself warned.



Blownmind
Veteran
Veteran

User avatar

Joined: 18 Feb 2012
Age: 44
Gender: Male
Posts: 825
Location: Norway

21 May 2012, 12:31 am

An easy way to do it is to learn by viewing examples(and doing). And the best examples are short codes. js1k.com has lots of games and programs made with javascript, and they are all 1024 bytes or less.

Edit:

techn0teen wrote:
I want it to be in flash since it seems like the most popular medium. No Java! (Applets have a hard time loading on the school's computers).
ops.. I didn't read the question properly.


_________________
AQ: 42/50 || SQ: 32/80 || IQ(RPM): 138 || IRI-empathytest(PT/EC/FS/PD): 10(-7)/16(-3)/19(+3)/19(+10) || Alexithymia: 148/185 || Aspie-quiz: AS 133/200, NT 56/200


techn0teen
Veteran
Veteran

User avatar

Joined: 14 Sep 2010
Age: 33
Gender: Male
Posts: 663

21 May 2012, 4:01 pm

Blownmind wrote:
An easy way to do it is to learn by viewing examples(and doing). And the best examples are short codes. js1k.com has lots of games and programs made with javascript, and they are all 1024 bytes or less.

Edit:
techn0teen wrote:
I want it to be in flash since it seems like the most popular medium. No Java! (Applets have a hard time loading on the school's computers).
ops.. I didn't read the question properly.


JavaScript is fine. Just not Java. Thank you very much for that link. It was immensely helpful.



Blownmind
Veteran
Veteran

User avatar

Joined: 18 Feb 2012
Age: 44
Gender: Male
Posts: 825
Location: Norway

22 May 2012, 1:23 am

techn0teen wrote:
Thank you very much for that link. It was immensely helpful.

Happy to help, glad you got something out of it. :D


_________________
AQ: 42/50 || SQ: 32/80 || IQ(RPM): 138 || IRI-empathytest(PT/EC/FS/PD): 10(-7)/16(-3)/19(+3)/19(+10) || Alexithymia: 148/185 || Aspie-quiz: AS 133/200, NT 56/200