Finnish version of the Semantle word guessing game.

Overview

Semanttuli

Available at semanttuli.herokuapp.com


Setup development

Two ways to run locally:

Pipenv

  1. Run pipenv install (install pipenv with pip install pipenv if necessary)
  2. Run pipenv run python wsgi.py
    • If no MongoDB connection string is provided as env variable, backend will connect to a read-only development database
  3. App should now be running in http://localhost:33507

Docker

  1. Build Docker image with docker build -t semanttuli:latest .
  2. Start container from the image with docker run -p 33507:33507 semanttuli:latest
    • If no MongoDB connection string is provided as env variable, backend will connect to a read-only development database
  3. App should now be running in http://localhost:33507

Deployment

  • Deployment to production (Heroku) happens automatically when pushing to master branch
You might also like...

A very minimalistic word counter.

A very minimalistic word counter.

wordcount Really minimalistic word counter. FAQ How do you get the reading and speaking times? The reading time is based off an average reading speed

Nov 14, 2022

The Better Version Of Classic Game, Wordle

The Better Version Of Classic Game, Wordle

Wordable The Better Wordle 🟩 🟨 ⬛ The better version of the classic game wordle with web3 support. Made for Hashnode Netlify Hackathon. Check the blo

Aug 6, 2022

This is the improved version of Simon game using JavaScript and Html.

simon-game simonoo.mp4 What is this Game This is the improved version of Simon game using JavaScript and Html. you have 10 levels to complete until yo

Oct 23, 2022

This is the open source version of the fan-made game Plants vs Zombies Travel.

This is the open source version of the fan-made game Plants vs Zombies Travel.

Plants vs Zombies Travel — A Fan-Made PvZ Game! What's PvZ Travel? Plants vs Zombies Travel ("《植物大战僵尸:旅行》" in Chinese) is a fan-made PvZ Game, written

Dec 3, 2022

NFT Game Starter Project: https://github.com/buildspace/buildspace-nft-game-starter

Running React on Repl.it React is a popular JavaScript library for building user interfaces. Vite is a blazing fast frontend build tool that includes

Feb 11, 2022

Conways-game-of-life - A Conway's Game Of Life project using Python

conways-game-of-life A Conway's Game Of Life project using Python JavaScript Devlog January 1st 2022: also need to remember Python's syntax a bit will

Sep 23, 2022

Slime jumper game is a simple game that requires you to escape from the enemies that come your way.

Slime Jumper What is this game? The slime jumper game is a game with a simple logic (but it was not so easy to do) where you have to escape from the e

Mar 1, 2022

INeedHelp is a Game Boy, Game Boy Advance, and Nintendo DS emulator written in JavaScript and TypeScript.

INeedHelp INeedHelp is a Game Boy Advance and Nintendo DS emulator written in JavaScript/TypeScript. FAQ Why is it called INeedHelp? You would need he

Jun 29, 2022
This bot was created with the sole purpose of replying to messages with the word "que" with the word "so"

UselessComplete This bot was created with the sole purpose of replying to messages with the word "que" with the word "so" If you want tu support the b

ThisIsAName 6 Aug 30, 2022
The Remix version of the fakebooks app demonstrated on https://remix.run. Check out the CRA version: https://github.com/kentcdodds/fakebooks-cra

Remix Fakebooks App This is a (very) simple implementation of the fakebooks mock app demonstrated on remix.run. There is no database, but there is an

Kent C. Dodds 61 Dec 22, 2022
This is a simple word counter program based on Web.

Web Word Counter: This is a simple word counter program based on Web which made with HTML, CSS and JavaScript. It's able count the number of character

Md. Rakibul Islam 2 Jan 2, 2022
Chrome extension for word pronunciation practice on-the-go

WordPronounce Chrome extension for word pronunciation practice on-the-go This extension lets you select a word in browser by double clicking and liste

Praveen Nair 2 Jan 9, 2022
Simple Word Counting

Simple Word Counting Clone this repository ✅ git clone https://github.com/Mindula-Dilthushan/simple-word-counting.git License ?? MIT License © Mindula

Mindula Dilthushan Manamperi 12 Jul 14, 2022
A little animation for a big menu where the letters of a word shuffle to become the first letter of each menu item.

Letter Shuffle Animation for a Menu A little animation for a big menu where the letters of a word shuffle to become the first letter of each menu item

Codrops 29 Dec 4, 2022
A word list of the most common safe English words.

@cnakazawa/safe-word-list This package contains a list of about 2900 of the most used safe words in English with at least three characters or more. in

Christoph Nakazawa 9 Oct 8, 2022
A jquery plugin that allows an html page to be converted and/or downloaded into a Microsoft Word Document with an emphasis on performance

googoose A jquery plugin that allows an html page to be converted and/or downloaded into a Microsoft Word Document with an emphasis on performance Abo

Aaron Adel 32 Jan 3, 2023
VS Code extension that adds a red error squiggle to every word in your code.

Dumbisense Dumbisense is a VS Code extension that adds a red error squiggle to every word in your code, with an interesting error message and dino ima

Maggie Liu 9 Sep 3, 2022
This package is for developers to be able to easily integrate bad word checking into their projects.\r This package can return bad words in array or regular expression (regex) form.

Vietnamese Bad Words This package is for developers to be able to easily integrate bad word checking into their projects. This package can return bad

Nguyễn Quang Sáng 8 Nov 3, 2022