https://github.com/torahappy/memgame
A memory region adventure game. more stable JS implementation → https://github.com/aidatorajiro/MemgameJS/
https://github.com/torahappy/memgame
adventure-game art game kivy memory python
Last synced: about 1 month ago
JSON representation
A memory region adventure game. more stable JS implementation → https://github.com/aidatorajiro/MemgameJS/
- Host: GitHub
- URL: https://github.com/torahappy/memgame
- Owner: torahappy
- License: gpl-3.0
- Created: 2017-08-28T08:17:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T05:41:08.000Z (over 7 years ago)
- Last Synced: 2025-07-21T09:33:35.595Z (3 months ago)
- Topics: adventure-game, art, game, kivy, memory, python
- Language: Python
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memgame : A memory exploration adventure game
This is an adventure game that explores the vast memory region in your computer.
You will see a small universe, which is present in your computer.## Screen Shots


## Libraries which are used in this software
- memorpy (c) Nicolas VERDIER## Installation / Run
First, you have to install [Kivy](https://kivy.org/), a multi-platform graphic library for Python.
Follow this article in order to install Kivy (use Python 2.7.x).then, run following command.
```bash
$ python ./main.py
```## How to play
Japanese -> HOWTOPLAY.ja.md
English -> HOWTOPLAY.en.md## LICENSE
Copyright (C) 2017 Torajiro Aida
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but **WITHOUT ANY WARRANTY; without even the implied warranty of**
**MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE**. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see