Just for fun, I revived one of my oldest completed projects.
In 2012, I participated in the ‘Techority 48 Challenge’:
https://web.archive.org/web/20120110042931/http://techority.com/techority-48-hour-challenge-2012/
We (participants) had 48 hours to code a complete game based on the theme.
Play It Here: https://roaminggamer.github.io/RGDocs/pages/html5_tests/tests/Techority48_revived
Note: To make this run under modern Corona, I:
- Included SSK to get a few features from it.
- Wrote a script to override old calls to setReferencePoint() and setTextColor() with modern code. i.e. One place fixed all calls. See ‘compatabilityExtentions.lua’
- Removed the SQL Lite code (used for a word dictionary) and replaced it with a Table based equivalent.
Download It Here:
https://github.com/roaminggamer/RG_FreeStuff/raw/master/ForumsImages/2018/techority/Techority48_revived.zip
(If you download it and read it be ready for some terrible stuff.)