Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flamendless/secretlove
secretlove is a lua module/library for converting strings into secret codes!
https://github.com/flamendless/secretlove
cipher decipher game library love love2d lua module
Last synced: 15 days ago
JSON representation
secretlove is a lua module/library for converting strings into secret codes!
- Host: GitHub
- URL: https://github.com/flamendless/secretlove
- Owner: flamendless
- Created: 2018-03-20T13:48:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T13:12:21.000Z (over 4 years ago)
- Last Synced: 2024-11-19T09:55:37.497Z (3 months ago)
- Topics: cipher, decipher, game, library, love, love2d, lua, module
- Language: Lua
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHAT IS THIS?
Convert `abc is now xyz` into `zyx rh mld cba` using ATBASH.
Convert `abc is now xyz` into `zab ku pqy cde` using CAESAR'S CIPHER with shift 3.
Convert `Kamusta po kayo?` into `qhamhooxhtah hpoo kkahyyoo?` using JEJEMON.
You can also make your own secret code!
# ABOUT
a lua module/library that converts strings into secret codes.
### why the name?
Most of the times, you love someone who never loves you back.
Same thing with secret codes, you meant what others can never know.
This is a general lua module, the title aptly follows the naming conventions of popular love2d modules.# USAGE
check the sample code [here](https://github.com/flamendless/secretlove/blob/master/main.lua)To run the sample, just type in
```bash
lua main.lua
```# FEATURES
This library includes the following (so far):
* Caesar's Cipher (letter-shift)
* Atbash (reverse alphabet)
* Jejemon (The Philippines' Worst Trend)# TODO
Add more predefined codes.
Make separate folder for each cipher code?# CONTRIBUTIONS
You can freely add, suggest anything, just make a PR.
# CONTACTS
[Twitter](http://twitter.com/flamendless)