Skip to content

A pixel-art platformer in F#, where you must fight your way to the portal, collecting coins and slaying orcs along the way!

License

Notifications You must be signed in to change notification settings

ChrisPritchard/MiniKnight

Repository files navigation

MiniKnight

A pixel-art platformer where you must fight your way to the portal, collecting coins and slaying orcs along the way! Features five levels (each loaded from pixel bitmaps), sound effects, music, enemy AI etc. Somewhat difficult, but quite forgiving. Also includes high score functionality.

demo capture gif

Coded in F# on dotnet core 2.1. Developed using VS Code 1.25.1 on Windows 10. Game loop engine is MonoGame 3.7

Update: Now in .NET 5, still with VS Code, and on OSX as well as Win 10.

To run:

Acknowledgements

All code is my own, and available under MIT. I am using the following additional assets, all sourced from https://opengameart.org:

Additionally, I used ScreenToGif to create the screencapture: https://github.com/NickeManarin/ScreenToGif

And the coders crux font: https://www.dafont.com/coders-crux.font

Supported platforms

Being .NET 5, it should work on all platforms that supports (Windows, Linux, Mac). Tested (and largely coded on) Windows 10, and on OSX. A full list of dotnet core supported platforms can be found from here: https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1-supported-os.md

The project relies on MonoGame and LibGDI (for bitmap loading) - both have been added as nuget packages and tested on OSX, but I am still testing this for other platforms. If this causes an issue, try installing the monogame sdk and libgdi from your package manager etc.

Note on development sequence

This project was developed after Tetris here.

The next project developed after this, and using the lessons learned, was DungeonRaider here.

About

A pixel-art platformer in F#, where you must fight your way to the portal, collecting coins and slaying orcs along the way!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages