Skip to content

Latest commit

 

History

History
110 lines (98 loc) · 3.46 KB

README.md

File metadata and controls

110 lines (98 loc) · 3.46 KB

License Contributors Stars Issues Pull requests


🎆 Nimworks 🎇

🎉🥂 A fireworks simulation. Happy new year! 🎊🍾

View Demo · Report Bug · Request Feature


Table of contents

Introduction

A fireworks simulation program i made for new year 2024 to practice the Nim programming language.

Demo

Pre-requisites

Nimworks requires the following dependencies to be installed globally:

Debian

$ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

Arch

$ pacman -S sdl2 sdl2_image sdl2_mixer

Quickstart

$ git clone https://github.com/LordOfTrident/nimworks
$ cd nimworks
$ nimble build
$ ./nimworks

Controls

Key Action
Escape Quit
Return Enable/disable manual fireworks cannon
Space Fire a firework in manual fireworks cannon mode
Left arrow Move fireworks cannon left
Right arrow Move fireworks cannon right
C Enable/disable city background
S Enable/disable sound

Bugs

If you find any bugs, please, create an issue and report them.



Nim SDL2

Made with ❤️ love

(Back to top)