Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srcnalt/moppu
Autumn Lisp Game Jam 2019 Entry, Pixel Art Platformer Game
https://github.com/srcnalt/moppu
Last synced: 12 days ago
JSON representation
Autumn Lisp Game Jam 2019 Entry, Pixel Art Platformer Game
- Host: GitHub
- URL: https://github.com/srcnalt/moppu
- Owner: srcnalt
- Created: 2019-10-12T21:39:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T09:58:36.000Z (about 1 year ago)
- Last Synced: 2024-10-10T19:25:08.135Z (about 1 month ago)
- Language: Common Lisp
- Homepage:
- Size: 798 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Moppu
Lisp Game Jam Autumn 2019 Entry
Play it here: https://sarge.itch.io/moppu![+D90t7](https://github.com/srcnalt/moppu/assets/3163281/e4308313-952c-4e2d-b484-ab40c7d7fc88)
## Requirements
- x86_64 Windows, GNU/Linux or macOS
- OpenGL 2.1 or 3.3+
- x86_64 SBCL or CCL
- Quicklisp## How to install SBCL or CCL
- Go to http://www.sbcl.org or https://ccl.clozure.com and download the tool.
- After sbcl is installed you can call it with the command `sbcl` from command line.
- After ccl is installed run the exe in the folder and you are ready to go.## How to install Quicklisp
- Go to https://www.quicklisp.org ad download ´quicklisp.lisp´
- While sbcl or ccl is running enter the command (load "c:/somewhere/path_to_where_you_downloaded_quicklisp.lisp")
- Quicklisp will be installed into your user folder.
- Run the command `(load "~/quicklisp/setup.lisp")` to start setup.
- Run the command `(ql:add-to-init-file)` to load quick lisp automatically when you run sbcl or ccl.## How to Run
To run from REPL, clone project into ~/quicklisp/local-projects/ and run the following commands.```
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.testing.txt")(ql:register-local-projects)
(ql:quickload :moppu) (moppu::run)
```## Play the Builds
You can download the game for Windows, Mac and Linux from here.
https://github.com/borodust/moppu/releases## Controls
| Control | Keyboard |
|---------|---------|
| Walk | Arrow Keys |
| Jump | Space |