An open API service indexing awesome lists of open source software.

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/

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
![Screen Shot 1](scrshot1.png)
![Screen Shot 2](scrshot2.png)
![Screen Shot 3](scrshot3.png)

## 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