The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
[OT]-' 'TetriCrisis V "Firefox" 110% A.I.[TM]' ' T
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
[OT]-' 'TetriCrisis V "Firefox" 110% A.I.[TM]' ' Teaser!

Hi,

We are working on our new HTML5/JavaScript video game now!
We wanted to show our progress & also test our game engine on various Internet browsers & operating systems.
Our HTML5/JS game engine is 100% cross-platform and should run 100% on any desktop or notebook Internet browser.
(Windows, Mac OS X, Linux)

HTML5/JavaScript Internet Game Teaser:
http://16bitsoft.com/TC5/index.html

We are expecting a Beta1 release in early 2016...

[OT]-' 'TetriCrisis V "Firefox" 110% A.I.[TM]' ' T
MrOzBarry


Joined: 26 Jun 2010
Posts: 620
You might want to add some unit testing with Karma, which can automate done browser testing. On 31 Aug 2015 5:25 pm, "JeZ-l-Lee" wrote:
Quote:
[OT]-' 'TetriCrisis V "Firefox" 110% A.I.[TM]' ' Teaser!

Hi,

We are working on our new HTML5/JavaScript video game now!
We wanted to show our progress & also test our game engine on various Internet browsers & operating systems.
Our HTML5/JS game engine is 100% cross-platform and should run 100% on any desktop or notebook Internet browser.
(Windows, Mac OS X, Linux)

HTML5/JavaScript Internet Game Teaser:
http://16bitsoft.com/TC5/index.html

We are expecting a Beta1 release in early 2016...





JeZxLee
JessePalser <AT> GMail <DOT> com
16BitSoft Inc.
Video Game Design Studio
www.16BitSoft.com


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: [OT]-' 'TetriCrisis V "Firefox" 110% A.I.[TM]'
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
MrOzBarry wrote:
You might want to add some unit testing with Karma, which can automate done browser testing.
Hi,

Searched for "Karma" on Google but could not find it.
Can you provide a website URL for this "Karma"?

Thanks!
[OT]-' 'TetriCrisis V "Firefox" 110% A.I.[TM]' ' T
MrOzBarry


Joined: 26 Jun 2010
Posts: 620
This is karma.  It's technically a Node.JS/javascript thing, but it's pretty simple.  I'd recommend using it with Jasmine, which gives you some pretty standard unit testing methods (describe, context, it, expect, etc.).  I'm by no means an expert in it, but it definitely sounds like it's the testing tool you'd want.  You can test directly in the terminal using PhantomJS, or you can also install launchers for chrome, firefox, IE, etc.  You're still limited to installable browsers on your system, but it also means if you need someone else to test, it's as easy as them doing a checkout of your code and running `karma run`.

I can help you with the config a bit if you get stuck (I had to do a lot of searching to sort out how the config file should be set up)..


-Alex


On Tue, Sep 1, 2015 at 5:19 PM, JeZ-l-Lee wrote:
Quote:



MrOzBarry wrote:

You might want to add some unit testing with Karma, which can automate done browser testing.


Hi,

Searched for "Karma" on Google but could not find it.
Can you provide a website URL for this "Karma"?

Thanks!



JeZxLee
JessePalser <AT> GMail <DOT> com
16BitSoft Inc.
Video Game Design Studio
www.16BitSoft.com


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
URL link to the SDL Forums post:
https://forums.libsdl.org/viewtopic.php?t=11436

Hi,

We uploaded a new stable and playable Alpha version of the game.
The URL link remains the same as before, mailing list users can visit the URL above.

We had some problems with sprite color hue changing so it's disabled until we can formulate a fix.
Game ran 100% on every single computer we have here in the studio:
- Win 10 Microsoft(R) Edge
- Win 10 Microsoft(R) Internet Explorer
- Win 10 Mozilla(R) Firefox
- Win 10 Google(R) Chrome
- Win 10 Opera Software(R) Opera
- Win XP Mozilla(R) Firefox
- Win XP Google(R) Chrome
- Xubuntu 14.04.3 Linux Mozilla(R) Firefox
- Xubuntu 14.04.3 Linux Google(R) Chrome

Stuff to do:
- Finish "Crisis+Mode"
- Finish "Firefox" Story Mode
- Video playback core system for Story Mode
- Full music soundtrack & better sound effects
- New high score name input

Post issues or suggestions to this forum post, thanks!

P.S. - As usual, we will post the complete source code when Beta1 is finished...
JeZ-l-Lee


Joined: 20 Sep 2009
Posts: 572
Location: Long Island, New York, United States, Earth
URL to official SDL Forums post:
http://forums.libsdl.org/viewtopic.php?t=11436

Hi,

Been a while...
We have the video playback core working now.
The game's URL has been updated and is the same: http://16bitsoft.com/TC5/index.html
Please test game on various Internet browsers and report any issue here...

Thanks!