Skip to content

Latest commit

 

History

History
102 lines (53 loc) · 4.36 KB

README-EN.md

File metadata and controls

102 lines (53 loc) · 4.36 KB

My-Map

directory

note

This version is for Windows only. Chinese output or comments may be garbled, so feedback or transcoding can be performed (code usage code: GB2312). You can also read README.md in English or Chinese. At present, the panel conversion has not been completed.

instructions

The game adopts the form of displaying a two-dimensional map to the console. The player displays the character '#' and displays it. Players can use the 'WASD' button to move (those who have played the game know what I mean, or they can search for it themselves), and can create the following items in the forward direction (If it is already an item, it will overwrite the original item; Editing is invalid in read-only mode 'MapReader'):

  • Wall, press the '2' key to create it. The wall displays as' - '. Players cannot move through walls. This means you can build a maze now!
  • Portal, press the '3' key to create. The portal is displayed as' @ '. If players move through the portal, they will be teleported to a specific location (designated by themselves). Of course, ignore what item is on it (note, this is the key to egg coloring!)
  • Ball, press the '4' key to create it. The ball is displayed as' o '. If a player wants to move onto a small ball, the ball will be pushed back one grid. Of course, the small ball behind it will also be pushed.

If you want to clear the items in the forward direction, you can press the '1' button, which is equivalent to creating a floor (not displayed).

Of course, you can also set modes, view help, and create archives. These parts are left for players to explore on their own.

version

V2.4

V2.4.0

  1. A new folder 'example' has been added, where you can view examples of the 'mymap' file. We strongly recommend trying to pass the 'maze. mymap' level. This file utilizes some bugs, but I will make it a setting in future technical adjustments. You can wait for it!

  2. 'init. h' has been deprecated and its functionality has been decomposed into 'Screen. h' and 'help'_ func.h`。 If there are no issues in the future, I will remove them.

V2.3

V2.3.8

You can play the music now.

V2.3.7

  1. Fixed some minor bugs.

  2. You can see that I have added a new file called 'MapReader.cpp' and the corresponding 'exe' file. This can be used for just manipulating games (without editing). That is to say, you can create a decryption game and share the saved file for others to use to operate the game. You don't have to worry about others cheating by modifying levels. The titles of the two files are not the same, so you can easily distinguish between edit mode and read-only mode.

V2.3.6

  1. Add two new achievements (extremely difficult to obtain)!

  2. Added a directory for 'README.md'.

V2.3.5

Archive updated again! Added language options. In addition, if you do not want to use the default archive location, you can also open the archive file with using 'main.exe'.

V2.3.4

Updated game instructions and added gameplay related introductions. I will update again later.

V2.3.3

Slightly changed the game description to make the expression more concise.

V2.3.2

The map storage mode has been changed, and the position of the ball can also be stored.

V2.3.1

Update the archive and add the game mode and direction.

V2.3.0

An archiving system has been introduced, which will store the player's map, location and eggs in a file named data.mymap under the same directory of the game. Later, after entering the game and choosing to refuse to import and archive, the program will automatically overwrite this file. At present, it has not been archived: the movement of the ball (only the location where it was originally created will be archived) and the portal (only display, not transfer).

V2.2

V2.2.4

Slightly revised RENAME.md.

V2.2.3

  1. Expand comments.

  2. Change the structure slightly.

  3. New mode: All in one mode.

--snip--

Discussion Channel

github link (github.com)

luogu link (luogu.com.cn)

discord link (discord.gg)