Skip to content

naa/2048-palm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-palm

2048 for Palm OS in Scheme (lispme)

Actual device

I have written it several weeks ago after seeing original game on Hacker News.

Scheme interpreter/compiler for Palm OS is LispMe: http://lispme.de

To run the game you need to install LispMe, resource file 2048DB.prc and source files 2048.scm.pdb and mylib.scm.pdb to your PDA or emulator.

Step one

Then create new session:

Step two

You can also create icon for the session in session preferences and run the game from Palm launcher as an ordinary Palm application.

Then load "Standard library" memo, mylib.scm and 2048.scm files:

Step three Step four

and eval function call "(go)":

Step five

Final step

If you want to edit code you can use any PalmDoc editor for PalmOS, e.g. SiEd, SrcEdit. Or you can edit code on your PC and convert it to PalmDoc with txt2pdbdoc https://packages.debian.org/wheezy/txt2pdbdoc

About

2048 for Palm OS in Scheme (lispme)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages