Skip to content

Latest commit

 

History

History
executable file
·
51 lines (39 loc) · 1.48 KB

INSTALL.md

File metadata and controls

executable file
·
51 lines (39 loc) · 1.48 KB

Contents

  1. Requirements
  2. How to install Common Lisp and quicklisp
  3. How to use

If you:

  • Are new to Common Lisp, start at the beginning.
  • Are a Common Lisp and Quicklisp pro, skip to step 3, "How to use".
  • Have a system which is not a combination of {x86, x86-64}{Mac, Windows, Linux}, you will have to build GLFW 3.2 yourself

1.Requirements

2.Installing Common Lisp and Quicklisp

see here

3.How to use

(ql:quickload :sucle)
(sucle:start)

Upon starting you will see a black screen. [TODO]:add a splash screen and startup menu. Add a test world

  1. Click on the black area and press "E"
  2. The mouse should disappear, and the test world will load if it exists.
  3. Now you will be able to move around

F - fly
E - toggle input
WASD move
Space jump
shift down when flying
Scroll wheel change block
Right click to place block left click to remove

How to really use

Using the command line as a REPL is a very difficult way to progam.
Recommended IDEs: