This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
69 lines (53 loc) · 3.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
-------------------------------------------------------------------------------
______ _ _ _____
| ___ \| | | / __ \
| |_/ /| | | | / \/
| ___ \| |/\| | |
| |_/ /\ /\ / \__/\
\____/ \/ \/ \____/
____________ _____ ___ ___ _
| ___ \ ___ \ __ \ | \/ | | |
| |_/ / |_/ / | \/ | . . | __ _| | _____ _ __
| /| __/| | __ | |\/| |/ _` | |/ / _ \ '__|
| |\ \| | | |_\ \_| | | | (_| | < __/ |
\_| \_\_| \____(_)_| |_/\__,_|_|\_\___|_|
-------------------------------------------------------------------------------
AUTHORS
Thomas LUPIN
Arthur BUSUTTIL
-------------------------------------------------------------------------------
PROJECT
This project is about recreating the software RPGMaker.
RPGMaker has been created in 1992. This software allow an user
to create a game of type RP (Role Play). The user can put some tiles
(image representing a part of a map) to create maps or add NPC
(Non Player Character) to create his own adventure. Finally, when the
user has finished his game, he can export it as a real game.
-------------------------------------------------------------------------------
BONUS
* Cycle jour nuit
* Inventaire/Items
* Scrolling (engine, grande map)
* NPC random moves
* Edit NPC names
* Edit dialogs
* Search bar for tiles
* Default collision properties
* Destructible world
* "Conditions"
* mouse coordinates
* Shortcuts
* Zoom on map
* turn on/off grid
* Real game
* Musics
* Saves
-------------------------------------------------------------------------------
INPUT PLAYER
Z - UP
Q - LEFT
S - DOWN
D - RIGHT
A - DESTROY
E - TALK/PICK
-------------------------------------------------------------------------------