Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annyman/mooncrypt

Simple roguelike game made using Love2d and Lua.
https://github.com/annyman/mooncrypt

2d-game dungeon-crawler game game-development love2d lua moon pixel-art roguelike space

Last synced: 22 days ago
JSON representation

Simple roguelike game made using Love2d and Lua.

Awesome Lists containing this project

README

        

# Mooncrypt

**Mooncrypt** is a roguelike dungeon crawler game developed using Love2D and Lua. The game features procedurally generated dungeons, dark and atmospheric environments, and challenging gameplay inspired by classic roguelike mechanics.

## Motivation

The goal of **Mooncrypt** is to create a captivating and replayable dungeon-crawling experience with a focus on exploration, combat, and procedural generation. Inspired by the dark and mysterious themes of classic roguelikes, **Mooncrypt** aims to immerse players in a world of shadows and adventure.

## Features

- Procedurally generated dungeons
- Basic combat mechanics
- Simple item and enemy systems
- Atmospheric and dark visuals

## Getting Started

To get started with **Mooncrypt**, follow these steps:

1. **Clone the Repository:**
```sh
git clone https://github.com/annyman/mooncrypt.git
```

2. **Navigate to the Project Directory:**
```sh
cd Mooncrypt
```

3. **Run the Game:**
- Make sure you have Love2D installed.
- Execute the game using Love2D:
```sh
love .
```

## Contributing

If you would like to contribute to **Mooncrypt**, please fork the repository and submit a pull request with your changes. Contributions are welcome and appreciated!

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgements

- **Love2D**: A framework for making 2D games in Lua.
- **Lua**: The scripting language used for game development.

## Contact

For questions or feedback, please contact:

- **Email**: [email protected]
- **GitHub**: [annyman](https://github.com/annyman)