ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2018

NANY 2018 Ideas Thread

(1/4) > >>

mouser:
Use this thread to suggest ideas for people to code for NANY 2018.

mouser:
[EDIT: I HAVE IMPLEMENTED A VERSION OF THIS AND WILL RELEASE AS A NANY 2018 SO CANCEL THIS REQUEST]

I'd like to suggest that someone make a web-based clone of the new awesome two-player cooperative board (card) game called Codenames Duet.






Copyright restrictions will keep you from making this commercial or too wide spread, but you could start off with a clone and then we could all brainstorm how to let it evolve into something novel.

It's a terrifically fun programming challenge for someone looking for one.

You'll find a word list here:
https://boardgamegeek.com/filepage/151380/codenames-word-list

Basic rules of the game:

* A random grid of words is laid out for both players to see.
* Each player receives a secret "key" telling them which of these words they want the other player to guess or avoid.  These keys are coordinated in the sense that there are a specific number that will be the same as the other player (read rules for details).
* Then players take turns giving a clue to the other player of a specific form (see detailed rules) and the other player will try to use the clue to identify which card they should choose.
* Players win as a team if they guess all the correct cards.
It's a really great game, that would translate perfectly to a two-player online experience.  An official web-based and mobile version will probably be released eventually, but this is a great project for coders of all skills.

The only tricky part is how fully you want to implement the multiplayer stuff.  You could make a basic version of this game that does not worry about handling any of the multiplayer coordination, and just let players communication over another means (telephone, chat) but let the computer do the work of presenting them with complimentary boards on screen (using a seed # that one player would tell the other).  And just have the computer help keep track of board state.


[EDIT: I HAVE IMPLEMENTED A VERSION OF THIS AND WILL RELEASE AS A NANY 2018 SO CANCEL THIS REQUEST]

mouser:
Anyone have any other ideas for NANY?
I'm still thinking about ideas for what to do.. I have one cool game idea with some custom raspberry pi / arduino hardware that I'm hoping to have ready..

Ath:
Well, I would have asked for (more) ideas too, but I have a project that I built earlier this year that I intend to publish for NANY 2018, and because of my new job, starting on October 1st, I'm uncertain how my spare time will end up ;)

Maybe I'll pick up a new idea/project from this thread 8) though it's a bit slim for now...

Contro:
I need an app for from an english list of word in a txt file search those words in the dictionary (predetermined dictionary). Then create a new txt file with the meanings and even, if possible , create a apkg for Anki to learne those words.

I have in the past a program able to locate from a txt file the strings in tabs of Internet Explorer, so I think this is possible.

Usually the heavy part of learning vocabulary is prepare the list of word to learn with space repetitive learning.

Now I am reading the novel "The information" and writing down to a txt file any word I don't understand.

I need practice !!!!!!!!!!

The name of the program : Cardulario !!!!!!!

or Cardial

Navigation

[0] Message Index

[#] Next page

Go to full version