Skip to content

alexjgriffith/ces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ces.el

A game writen entierly in elisp for the 2018 lisp game jam.

Running the Game

Clone this repository and add execute the following in a scratch buffer to play the game.

(defun game-jam-game-start (folder)
  (load-file (concat folder "examples/ex1/main.el"))    
  (setq debug-on-error t)
  (load-file (concat folder "lisp/ces.el"))
  (load-file (concat folder "lisp/ces-seng-systems.el"))
  (mapc 'load-file (directory-files (concat folder  "lisp/") t ".el"))
  (setq story-game-file-loc folder)
  (story-game-start))

(game-jam-game-start "~/Development/elisp/ces/")

Commands

Interface Controls

About

A CES engine for emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published