Newer
Older
atlantis / src / atlantis.lisp
;;;
;;; Atlantis is a framework for creating multi-user dungeon worlds.
;;; This is the Common Lisp implementation.
;;;
;;; Licensed under the terms of the GPLv3
;;; author: Daniel Vedder
;;; date: 09/05/2015
;;;

(defun start-menu ()
	"Show the start menu and take a choice from the user"
	)

(start-menu)