c# to javascript, actionscript

May 2, 2008

Shoot that sheep!

Filed under: jsc — Tags: , , , , , , — zproxy @ 3:04 pm

This is a simple game written with in c# with jsc for flash. It includes Mochiads. Developers can download this example project here (includes .dll and generated .as files) or just browse the source here.

FlashTowerDefense1

You are in the command of a machine gun tower and you are raided by mad sheep and enemy warriors. Your mission is to shoot them down.

  • Size: 320×240
  • Category: Shooting
  • Tags: machingun, sheep, blood
  • Content Rating: Everyone

Instructions: Aim at the enemy unit and hold down the mouse until the unit is terminated by gunfire.

April 30, 2008

jsc april refresh 4

Filed under: jsc — Tags: , , , — zproxy @ 2:30 pm

Some minor updates to the compiler and the framework: Download jsc here.

Visit our google groups.

Previous releases contained a serious bug when jsc was being used on a machine without the DIA SDK. It comes with the Visual Studio retail version and I did not realized it before. Now jsc wont crash when the DIA SDK is not installed and method variable names will be autogenerated instead of beeing looked up in the pdb file.

Tutorials to read when just starting with jsc:

How things releate:
jsc

This is how it looks like when writing c# instead of actionscript:
flash

April 20, 2008

jsc april refresh 3

Filed under: jsc — Tags: , , , , — zproxy @ 11:35 am

Some minor updates to the compiler: Download here.

There is a new example for actionscript, where I ported the LightsOut game from its javascript version.

Actionscript Version



Javascript Version



I got the idea originally from this blog post, and made the javascript version almost a year ago.

Voxelstein 3D

Filed under: games — Tags: — zproxy @ 6:28 am

Check it out -

Voxelstein 3D is an FPS game inspired by Wolfenstein 3D. The game uses Ken Silverman’s VOXLAP engine to render voxels in software. The levels in the game are fully destructible - and by fully we mean fully.

April 13, 2008

jsc april 2008 refresh 2

Filed under: jsc — Tags: , — zproxy @ 5:02 pm

Added visual basic template and some minor updates to the compiler: Download here.

You can now write your flex 3 application in visual basic .net.



April 11, 2008

Command & Conquer - Tiberium Ecstasy

Filed under: life — Tags: — zproxy @ 3:25 pm

Look what cool movies i have found! Hilarious! :)

Somewhat dead, but i am going to have a look at what those guys have done at http://freecnc.org/.

Maybe someday c&c inside your browser as flash/js/silverlight? who knows…

April 6, 2008

jsc april 2008 refresh

Filed under: jsc — Tags: , , , — zproxy @ 2:45 pm

First some minor updates to the compiler: Download here.

Additionally two new example actionscript projects:





March 16, 2008

jsc:actionscript now with anonymous types

Filed under: jsc — Tags: , , , — zproxy @ 1:05 pm

I was able to update jsc and now it supports anonymous types for projects targeting actionscript.

Starting today you can now use syntax like this:

    var query = from i in __users

                where i.ToLower().Contains(user_filter)

                let name = i.Trim()

                let isspecial = i.ToLower().Contains(user_filter2)

                select new { isspecial, length = name.Length, name };

Download latest jsc here.

For feature comparison between projects that target javascript and actionscript see those examples:





javascript minesweeper remake

Filed under: jsc — Tags: , , , , — zproxy @ 11:23 am

You can now play the classic minesweeper game in your browser.



March 10, 2008

jsc status in march 2008

Filed under: jsc — Tags: , , , , , — zproxy @ 6:53 pm

I was hoping to release an update on jsc but it did not work out as i thought, thus i figured it would be great to just gather the downloadable bits in one post for those of you who are new to jsc. Just so you know I am working on a flash game (getting to know flash) :)

Things you could do:

  1. Download jsc dated 2008 02 10
  2. Download jsc example projects dated 2007 12 31
  3. See the examples live and comment at zproxy.wordpress.com
  4. See the tycoon look alike
  5. Read the tutorial for NatureBoyTestPad project
  6. Discuss jsc at google groups
  7. Visit jsc.sf.net
  8. Subscribe to this blog :)
  9. Write the next killer javascript/actionscript web application in c# :)
Older Posts »

Blog at WordPress.com.