valos/neomis
Archived
1
0
Fork
You've already forked neomis
0
Well-known electronic game named Simon application for mobile devices. It was particularly developed for the Openmoko phone Neo Freerunner and the SHR/FSO distributions.
This repository has been archived on 2025年11月07日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 77.4%
  • Shell 20.5%
  • BitBake 2.1%
Find a file
2015年04月29日 14:48:54 +02:00
data New release 1.0.3 2010年11月25日 00:54:43 +00:00
neomis New release 1.0.3 2010年11月25日 00:54:43 +00:00
pkg New release 1.0.3 2010年11月25日 00:54:43 +00:00
COPYING Initial import 2009年11月10日 15:23:54 +00:00
neomis.bb New release 1.0.3 2010年11月25日 00:54:43 +00:00
README.md README update 2015年04月29日 14:48:54 +02:00
setup.py New release 1.0.3 2010年11月25日 00:54:43 +00:00

 _ _ _
| \ | | ___ ___ _ __ ___ (_)___
| \| |/ _ \/ _ \| '_ ` _ \| / __|
| |\ | __/ (_) | | | | | | \__ \
|_| \_|\___|\___/|_| |_| |_|_|___/

Description

Neomis is a computer version of the well-known electronic game named Simon.

It's a game of memory and concentration.

You must follow the pattern of sounds and lights as long as you can remember!

The game will flash quadrants in turn and expect you to repeat the sequence. If you get the sequence correct, the game will respond with a longer sequence.

https://gitlab.com/valos/neomis

It's written in Python/Elementary and licensed under the GNU General Public License v3.

Features

  • High scores

Authors

Valéry Febvre vfebvre@easter-eggs.com

Requirements

  • python-audio
  • python-alsaaudio
  • python-elementary

Notes

  • Neomis is tested on SHR unstable only. Normally, it should run on any system with a revision of python-elementary equal or greater to 40756.
  • Neomis base home directory is $HOME/.config/neomis. This directory and related files are created after first run.

Todo

  • Difficulty levels ?

Report Bugs

If there is something wrong, please use to the Google code issues: https://gitlab.com/valos/neomis/issues Report a bug or look there for possible workarounds.

Credits

  • Suzanna Smith and Calum Benson for High Contrast icons.
  • Albert Astals Cid, author of the KDE Blinken project, for inspiration and WAV sound files.

Version History

2010年11月25日 - Version 1.0.3

  • Major bugfixes release due to Elementary API changes in List, Toolbar and Icon widgets (python-elementary revision >= 53901).

2010年02月14日 - Version 1.0.2

  • Bug fix release due to a python-elementary API change

2009年11月30日 - Version 1.0.1

  • Fixed callbacks with new python-elementary (revision >= 43900)
  • Nicer 'Stop' and 'Quit' icons

2009年11月10日 - Version 1.0.0

  • First release