Coder Social home page Coder Social logo

tyvik / geopuzzle Goto Github PK

View Code? Open in Web Editor NEW
53.0 3.0 12.0 12.19 MB

Arrange the pieces of the world!

Home Page: https://geopuzzle.org/

License: GNU General Public License v3.0

Python 65.16% JavaScript 25.92% HTML 6.07% CSS 2.74% Shell 0.09%
geography game mercator hacktoberfest

geopuzzle's People

Contributors

atom19-i avatar binakot avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar rajagopalan-gangadharan avatar tyvik avatar vinmaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

geopuzzle's Issues

Complicate the Quiz

I understand your comment about Quiz. Yes, I also do not like the long list with attributes (name, capital, etc...). Your suggestion is correct - if user select more than one attribute, he want to solve with ANY of them, not ALL. I'll write down this idea, thank you :) I'm not sure that I will be able to do it in the near future, but I expect to manage in July.

Optimize ws check

        region = Region.objects.get(pk=message['id'])
        result = region.full_info(self.scope['lang'])
        result['type'] = 'QUIZ_GIVEUP_DONE'
        await self.send_json(result)

This code should not access to Postgres because all information already in cache. Touch both QuizConsumer and PuzzleConsumer.

Use namespaces for urls

Refactor

    path('<name>/questions/', PuzzleQuestionView.as_view(), name='puzzle_questions'),

to

    path('puzzle/', include('puzzle.urls', namespace='puzzle')),
    path('<name>/questions/', PuzzleQuestionView.as_view(), name='questions'),

Run in Docker environment

It's a really good idea to run all this stuff with Docker.
We can use docker-compose or even docker-stack to run this awesome project in Swarm cluster 😃
I start to work on that issue asap. Be ready to check my PR :octocat:

Cannot drag polygon

Cannot drag polygon after a successful action.

Итак: проверил в двух браузерах:
- firefox (60.0.1)
- и один хромо-подобный браузер. В данном случае им оказался Яндекс.Браузер 18.7.0.2767 beta.
Обе версии по ubuntu-linux, 64-битные.

Сеть wi-fi. В данный момент раздаётся с телефона на базе android. Если вдруг это тоже будет важно - там старенький android 5.0. Размер оперативной памяти 8 Гб.

Change intro text

Here, in the form of a game, you can learn the names and locations of each country or state and have fun doing it. In your hands are all of the regions of the world! Select a region in its proper place or from a list and see its flag and coat of arms and perhaps even more information to help you learn. Moreover, after registration you can create your own puzzles from more than 100,000 regions, as well as monitor progress.

Workshop: Add search by name

Also, check the name visualization:

  1. At least one name is required
  2. Each puzzle on the workshop page should have a name in translation (fallback into en)

Workshop: Add tags

Support predefined tags like "USA states", "Russian regions", "Country of Europe"...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.