
TypeFighter
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
- Try out your own name, I might have included it in the word list -
Eugene is quite the nerd. And being a nerd might be a problem, when you go to a school, full of thugs! Every day Eugene is being bullied, but that will all stop after his latest invention!
Type any word, and shoot it in front of you! There is one downside though: You can only use each word once!
________________________________
Changelog
20/04 - Fixed a bug where the final boss wouldn't jump
- this.bossThug.detectWord(Game.listOfWords[i]);
+ this.bossThug.detectWord(this.words[i]);
Eugene is quite the nerd. And being a nerd might be a problem, when you go to a school, full of thugs! Every day Eugene is being bullied, but that will all stop after his latest invention!
Type any word, and shoot it in front of you! There is one downside though: You can only use each word once!
________________________________
Changelog
20/04 - Fixed a bug where the final boss wouldn't jump
- this.bossThug.detectWord(Game.listOfWords[i]);
+ this.bossThug.detectWord(this.words[i]);