A downloadable tool

Sometimes you just want to program a game and not worry about the associated technology. No CMake, windowing or opengl configuration no linking woes.

Morris is a language with everything you need in one binary. Compiler and runtime integrated together. Forget dependencies. Distribute sources or compiled bytecode, both are executable.

Moris is a work in progress, its still very early stages. Its likely some things will break and change (for the better).

Common features of Morris are supplied by SFML so the lower level parts of games: graphics, physics, window, input, sound, fonts, networking, etc. are all integrated, cross platform and ready to go because of that wonderful library.

The source code for Morris can be found here:

https://github.com/seanbutler/Morris


Leave a comment

Log in with itch.io to leave a comment.