vyorkin / hiss

:construction: :construction: :construction: A simple snake game (using Vulkan API). Warming up, preparing for LD. WIP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiss (WIP)

A simple snake game built using Vulkan API.

Warnings:

  • I’m still a Haskell beginner, so I may do things wrong.
  • I have no idea what I'm doing with Vulkan API.

Credits

All credits to https://icrbow.itch.io/ who inspired me and built the framework on which this game is based.

Building

I’m using NixOS for development so there is a shell.nix, but you should be able to build it by executing make all.

Running

make run

Issues

If you encounter crashes, glitches and other kinds of game-breaking nasties, please add an issue. Describe the OS and the hardware you're running the game on and mark if you're willing to test hotfixes.

Forking

Want a game of your own? Take a look at https://gitlab.com/dpwiz/exstare – it is a much better example of how to make one.

Community

We would like to see more games in Haskell, so please join:

About

:construction: :construction: :construction: A simple snake game (using Vulkan API). Warming up, preparing for LD. WIP.

License:MIT License


Languages

Language:Nix 81.7%Language:Makefile 16.5%Language:Haskell 1.8%