Giter Site home page Giter Site logo

eterdelta / 100kbbh Goto Github PK

View Code? Open in Web Editor NEW
81.0 1.0 0.0 75 KB

A compact Bullet Hell game for Windows, built from scratch in under 100 kilobytes.

License: MIT License

Python 1.95% C++ 83.66% Meson 3.74% GLSL 10.64%
built-from-scratch bullet-hell game lightweight small-size tiny-game windows

100kbbh's Introduction

100KBBH: 100kb Bullet Hell Game

Language GitHub license

100KBBH is a minimalistic, yet stylized and addictive bullet hell game for Windows. As the name implies, the entire game takes up less than 100 kilobytes of space and is built entirely from scratch, without using any form of compression.

Installation

The whole game compiles to a single executable. You can download a build from the Itch.io page, all the instructions, requirements and details can be found there. Alternatively, you can easily build it from the source.

Building

This project uses Meson as its build system. Assuming you have Meson and Ninja installed on your machine, follow the steps below to build the project:

  1. Clone the repository and navigate into the project's root directory.
  2. Configure the project in a folder with Meson by running meson setup --buildtype=release build-release or meson setup --buildtype=debugoptimized build-debug.
  3. Navigate to the configured folder and compile normally with meson compile.

Remember to edit the meson.build and --reconfigure the folders if you add or remove resources, as this project depends on a custom command for packing them.

For more detailed instructions and help, please refer to the Meson documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.