whatisgithub

What is fakenoodle?

hughdunc/fakenoodle — explained in plain English

Analysis updated 2026-05-18

1GDScriptAudience · generalComplexity · 1/5LicenseSetup · easy

In one sentence

A free, open source imposter word-guessing party game for Android, built as an alternative to paid apps in the genre.

Mindmap

mindmap
  root((fakenoodle))
    What it does
      Imposter party game
      Free word sets
      Custom wordset support
    Tech stack
      GDScript
      Godot Engine
      Android APK
    Use cases
      Free party game play
      Custom wordset creation
      Community redistribution
    Audience
      Casual gamers
      Party game groups

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Play a free imposter style party game on Android without paying for extra word packs.

USE CASE 2

Create and share your own custom word sets via the wordsets git branch.

USE CASE 3

Fork or redistribute the game on an app store, as long as it stays free of ads and in-app purchases.

What is it built with?

GDScriptGodot EngineAndroid

How does it compare?

hughdunc/fakenoodletsokasgit/primitive-voxels-godotcharlesbalcony/vibe-code-games-companion
Stars110
LanguageGDScriptGDScriptGDScript
Setup difficultyeasyeasyeasy
Complexity1/53/52/5
Audiencegeneraldevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Android only for now, requires allowing install of an APK from outside the Play Store.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

Fake Noodle, also called Impasta, is a free and open source imposter style party game, similar to the well known imposter word games that charge money for extra word packs and features. The author made it as a free alternative after being frustrated that other apps in this genre paywall additional content. It is built with the Godot game engine, version 4.6.1. Right now it is available for Android only, installed by downloading the APK from the latest release on GitHub and allowing installation from an unknown source. The README explains that an iOS version is unlikely for now since the author does not want to pay for an Apple developer account, unless someone is willing to fund it or a way around the fee turns up. The author says other developers are welcome to publish this app themselves on the Google Play Store or Apple App Store, on the condition that the release contains no advertisements and no in-app purchases, since avoiding those is the entire reason the project exists, and asks that anyone planning to do so reach out first. Word sets, the lists of words used to play the game, live on a separate git branch called wordsets, which has its own README explaining how to get, create, or submit new ones. The base word set included with the app, called Basic 1000, contains 1000 words with hints and was generated using Google Gemini rather than written by hand. The README also notes a known quirk: because of how the Godot engine handles user data on mobile, deleted word sets currently reappear on every app launch rather than only the first time. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Walk me through downloading and installing the Fake Noodle APK on Android.
Prompt 2
Explain how to create a custom wordset for Fake Noodle using the wordsets branch.
Prompt 3
Help me understand why deleted wordsets reappear on every launch in this Godot app.
Prompt 4
Show me how this project is structured as a Godot Engine game.

Frequently asked questions

What is fakenoodle?

A free, open source imposter word-guessing party game for Android, built as an alternative to paid apps in the genre.

What language is fakenoodle written in?

Mainly GDScript. The stack also includes GDScript, Godot Engine, Android.

What license does fakenoodle use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is fakenoodle to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fakenoodle for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.