Nightmod
Nightmod copied to clipboard
A tool for making live-moddable games in Clojure
This exception happens when in split screen with the repl open. When I switch to another windows and then switch back, the following exception happens and the repl prompt does...
I can't run the jar that I downloaded from the website ? > [stephen@localhost clojure]$ java -jar nightmod-1.3.2-standalone.jar > Exception in thread "main" java.awt.HeadlessException > at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:117) > at nightmod.Nightmod.init(Nightmod.java:37)...
For fullscreen desktop games, a function to terminate execution should be provided. Right now there is no documented function that can do that in Nightmod. Mobile games don't need it...
On my computer, opening Nightmod and opening the default Arcade project, if I hold Command+R to trigger various resets, I can see memory usage go up pretty rapidly. I had...
It would be helpful to have a button for pausing and playing the game. This would help analyze the state at a particular moment in time, and also reduce distraction...
Currently, only reader errors contain a line number. I haven't yet figured out how to show line numbers for runtime errors. Files are read using `safe-read` in [sandbox.clj](https://github.com/oakes/Nightmod/blob/master/src/clojure/nightmod/sandbox.clj).