Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

User:Erana: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
==NES==
==NES==
===NES Lisp===
===NES Lisp===
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/ 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.
The C64 version was made with cc65 ([http://www.cc65.org cc65]) and can be easily ported to the NES natively but has memory area overflows.


Screenshots :
Screenshots :

Revision as of 04:51, 23 April 2017

I put my NES, GBA and misc. related open source or freeware projects here.

NES

NES Lisp

I programmed neslisp which can be found at 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 (cc65) and can be easily ported to the NES natively but has memory area overflows.

Screenshots : Screenshot

ADOS-NES

There's also ados-nes at http://sf.net/projects/ados-os-nes which is my OS ported to the NES with lots of useful features for hardware hacking, the "massive" x86 ados OS is at http://sf.net/projects/ados-os

bmp2nesc

bmp2nesc is a BMP to NES image, file converter. It is available with source code here.

SNES

Castlevania Demo

Based on code of others, I made a small game system for Super Nintendo. It is available at https://dysk.wp.pl/public/8c05f64149c6090015974b685b3792be/snes

GBA

Arm Lisp

arm-lisp is a Lisp compiler written in Objective-C (GNUstep) to provide for a good language on the ARMv7. It has a project page on https://sf.net/projects/arm-lisp

Dwarrendelf game

At http://sf.net/projects/dwarrendelf you can find my GBA action-RPG game.

Nintendo DS

Super Mario Tennis

A small game based on an MVC, at http://erana.yellowcouch.org/nds

WiiU

My WiiU emulator code can be found here : http://gomez.yellowcouch.org/soft/gnu/wiiu/wiiujoker-0.2.4.tar.gz

It is named WiiUJoker.

Misc Games

Super Mario Brothers (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/

Screenshots : Screenshot

Final Fantasy II (angel's destiny)

I also wrote a Final Fantasy II clone in plain Java, the source code is at :https://sourceforge.net/projects/angelsdestinyrpg/

Screenshots : Screenshot

Zelda II : The adventure of Link (pyZeldaII)

pyZelda II was also written by me and is a Python and Pygame based game which includes a full engine for making Zelda II games and has free source code written in Java at : http://github.com/zork9/pygame-pyZeldaII

1943

A '1943 : The battle of Midway' clone was my first game programmed on Linux : https://forty-two.sourceforge.net/ The AI of enemies can be scripted in scheme with guile 1.6.

Contact information

If you want to contact me, I mostly live on the yellowcouch.org server. My main software site is http://erana.yellowcouch.org/ where lots of python games reside which you can run with pygame installed even on python 2.4 if you can make it. My Apple software is at http://brandywine-software.yellowcouch.org/ most things are BSD or APSL licensed.

My blog : link