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

https://github.com/tbsklg/lua-katas

This repository contains my solutions to Katas hosted on codewars.com. Each Kata is a separate Lua project that you can build and run.
https://github.com/tbsklg/lua-katas

Last synced: 3 months ago
JSON representation

This repository contains my solutions to Katas hosted on codewars.com. Each Kata is a separate Lua project that you can build and run.

Awesome Lists containing this project

README

        

# Lua-katas
[![](https://www.codewars.com/users/tbsklg/badges/micro)](https://www.codewars.com/users/tbsklg)

This repository contains my solutions to Katas hosted on [codewars.com](https://www.codewars.com/).
Each Kata is a separate Lua project that you can build and run.

# How to run
For each Kata, you can run the following commands within the Kata's directory.

# Prerequisites
- [busted](https://lunarmodules.github.io/busted/#overview) (for testing)

## Testing
```bash
busted
```