I fixed the bitrot in some of the vocabs that were moved to
unmaintained a while back. The first is fjsc, the Factor to JavaScript
compiler. You can pull the fix from the 'fjsc' branch of
git://double.co.nz/git/factor.git.

This mainly fixes the webapp, porting it to the newer Furnace
framework. You can try it out with something like:

USE: webapps.fjsc
USE: http.server
USE: threads
activate-fjsc
[ 8888 httpd ] in-thread

Then visit http://localhost:8888

The other vocabs are the cpu.8080 emulator and the arcade games that
use this (space-invaders, balloon-bomber and lunar-rescue). These are
in the 'invaders' branch of the same git repository. They can be run
with:

USE: cpu.8080
"/path/to/roms/" rom-root set-global
"space-invaders" run
"balloon-bomber" run
"lunar-rescue" run

If you have the openal libraries installed you'll get sound as well.

For more details on the rom-root and keys to play use the help articles:

"space-invaders" about

Chris.
-- 
http://www.bluishcoder.co.nz

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to