User:Erana: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "I put my NES related Open Source projects here. I programmed neslisp which can be found at http://sourceforge.net/projects/neslisp/ I also ported it to the Commodore 64, here...")
 
No edit summary
Line 3: Line 3:
I programmed neslisp which can be found at http://sourceforge.net/projects/neslisp/
I programmed neslisp which can be found at http://sourceforge.net/projects/neslisp/
I also ported it to the Commodore 64, here's the link : http://sourceforge.net/projects/neslispc64/
I also ported it to the Commodore 64, here's the link : http://sourceforge.net/projects/neslispc64/
The C64 version was made with cc65 (http://www.cc65.org) and can be easily ported to the NES natively but has memory area overflows.


Then for fun, I made a Super Mario Bros. codebase with 2 levels, it has a windows version and was made with Python and Pygame (http://pygame.org). Here it is : http://sourceforge.net/projects/brothersinarms/
Then for fun, I made a Super Mario Bros. codebase with 2 levels, it has a windows version and was made with Python and Pygame (http://pygame.org). Here it is : http://sourceforge.net/projects/brothersinarms/

Revision as of 16:27, 21 April 2014

I put my NES related Open Source projects here.

I programmed neslisp which can be found at http://sourceforge.net/projects/neslisp/ I also ported it to the Commodore 64, here's the link : http://sourceforge.net/projects/neslispc64/ The C64 version was made with cc65 (http://www.cc65.org) and can be easily ported to the NES natively but has memory area overflows.

Then for fun, I made a Super Mario Bros. codebase with 2 levels, it has a windows version and was made with Python and Pygame (http://pygame.org). Here it is : http://sourceforge.net/projects/brothersinarms/