Difference between revisions of "Main Page"

From AAGRINDER wiki
Jump to navigationJump to search
imported>Maze
(about aagrinder)
(42 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
== About AAGRINDER ==
 
== About AAGRINDER ==
AAGRINDER is a sandbox construction and exploration game created by [https://gitlab.com/MRAAGH Maze], inspired by Minecraft and Terraria. Gameplay involves players interacting with the game world by placing and breaking various types of blocks represented by characters in a two-dimensional environment. In this environment, players can build creative structures, machines, and artwork on multiplayer servers.
+
AAGRINDER is a sandbox construction and exploration game created by [https://gitlab.com/MRAAGH Maze], written in Javascript and C++, inspired by Minecraft and Terraria. Gameplay involves players interacting with the game world by placing and breaking various types of blocks represented by characters in a two-dimensional environment. In this environment, players can build creative structures, machines, and artwork on multiplayer servers.
  
AAGRINDER is played through a web client. The officially supported browser is [[wikipedia:Firefox|Mozilla Firefox]]. Many other browsers will probably work as well. AAGRINDER requires a physical keyboard, so most mobile devices require additional hardware attached. Mobile devices are not recommended for playing AAGRINDER.
+
AAGRINDER is played through a web client. The officially supported browser is [[wikipedia:Firefox|Mozilla Firefox]]. Many other browsers work as well. AAGRINDER requires a physical keyboard, so most mobile devices require additional hardware attached. Mobile devices are not recommended for playing AAGRINDER.
  
 
The official AAGRINDER server can be found at [https://aagrinder.xyz/ aagrinder.xyz].
 
The official AAGRINDER server can be found at [https://aagrinder.xyz/ aagrinder.xyz].
  
AAGRINDER is [[wikipedia:Free_and_open-source_software|free and open source software]], licensed under the [[wikipedia:GNU_Affero_General_Public_License|GNU AGPL]]. You can find the source code at https://gitlab.com/MRAAGH/aagrinder. The terrain generator can be found at https://gitlab.com/MRAAGH/aagrinder-terrain.
+
AAGRINDER is [[wikipedia:Free and open-source software|free and open source software]], licensed under the [[wikipedia:GNU Affero General Public License|GNU AGPL]]. This means you are allowed to make copies, distribute copies, make modifications, distribute modified copies and [[setting up a server|run your own server]] with original or modified code; however you have to put the same license on the distributed copies. You can find the source code at https://gitlab.com/MRAAGH/aagrinder. The terrain generator can be found at https://gitlab.com/MRAAGH/aagrinder-terrain.
  
=== History ===
+
== [[Gallery]] ==
  
In August, 2017, the first iteration of the game was created.
+
<ul>
 +
<li>[[Gallery#Screenshots|Screenshots]]</li>
 +
<li>[[Gallery#Seeds|Seeds]]</li>
 +
<li>[[Gallery#Diagrams|Diagrams]]</li>
 +
<li>[[Gallery#Art|Art]]</li>
 +
<li>[[Gallery#Videos|Videos]]</li>
 +
</ul>
  
On February 8, 2018, the code was published on [[wikipedia:GitHub|GitHub]]. Records of versions before this date are lost.
+
== Gameplay ==
 +
<ul>
 +
<li>[[Soundtrack]]</li>
 +
<li>[[Recipes]]</li>
 +
<li>[[Item list]]</li>
 +
<li>[[Block list]]</li>
 +
<li>[[Command list]]</li>
 +
<li>[[Creatures]]<ul>
  
On November 12, 2018, the repository migrated from GitHub to [[wikipedia:GitLab|GitLab]].
+
<li>[[Ghost]]</li>
 +
</ul></li>
  
On May 14, 2019, the first public server was created.
+
<li>Mechanics<ul>
  
On August 8, 2019, this server got the [[wikipedia:Domain_name|domain name]] aagrinder.xyz and became the official server.
+
<li>[[Grinder]]</li>
 +
<li>[[Water]]</li>
 +
<li>[[Portals]]<ul>
 +
<li>[[Portals#Natural portals|Natural portals]]</li>
 +
<li>[[Portals#Player-created portals|Player-created portals]]</li>
 +
</ul>
 +
</li>
 +
</ul></li>
 +
 
 +
<li>[[Tutorials]]<ul>
 +
 
 +
<li>[[Tutorials#Create a player|Create a player]]</li>
 +
<li>[[Tutorials#Movement and interaction|Movement and interaction]]</li>
 +
<li>[[Tutorials#Item farming|Item farming]]</li>
 +
<li>[[Tutorials#Building mechanisms|Building mechanisms]]</li>
 +
<li>[[Tutorials#Commands|Commands]]</li>
 +
<li>[[Tutorials#Tricks|Tricks]]</li>
 +
<li>[[Modding]]</li>
 +
</ul></li>
 +
</ul>
 +
 
 +
===Suggested, unimplemented, or not-yet-functional features===
 +
 
 +
* Mobs
 +
**[[Bird]]
 +
**[[Fish]]
 +
 
 +
*Mechanics
 +
**[[Engine]]
 +
**[[Circuits]]
 +
 
 +
== Terrain generation ==
 +
<ul>
 +
<li>[[Terrain generation#World seed|World seed]]</li>
 +
<li>[[Terrain generation#Biomes|Biomes]]</li>
 +
<li>[[Terrain generation#Diamonds|Diamonds]]</li>
 +
<li>[[Terrain generation#Trees|Trees]]</li>
 +
<li>[[Terrain generation#Spawn area|Spawn area]]</li>
 +
</ul>
 +
 
 +
== Servers and administration ==
 +
<ul>
 +
<li>[[Server list]]</li>
 +
<li>[[Setting up a server|Create a server]]</li>
 +
<li>[[Server settings]]</li>
 +
<li>[[Server console]]</li>
 +
<li>[[Bridging to Matrix]]</li>
 +
<li>[[Administration tips|Tips]]</li>
 +
</ul>
 +
 
 +
== Technical ==
 +
 
 +
<ul>
 +
<li>[[AAGRINDER REST api|REST api]]</li>
 +
<li>[[AAGRINDER socket.io api|socket.io api]]</li>
 +
<li>[[AAGRINDER synchronization protocol|Synchronization protocol]]</li>
 +
<li>[[AAGRINDER terrain generation (deep)|Terrain generation]]</li>
 +
</ul>
 +
 
 +
== Project ==
 +
 
 +
* [[Reporting bugs|Report a bug!]]
 +
* [[Suggesting features|Suggest a feature!]]
 +
* [[Setting up a server|Make your own server]]
 +
* [[Soundtrack]]
 +
* [[AAGRINDER software|Software involved]]
 +
* [[Security]]
 +
* [[Privacy]]
 +
* [[History|History]]
 +
 
 +
== The wiki ==
 +
 
 +
* [[AAGRINDER Wiki:Welcome|Welcome!]]
 +
* [[AAGRINDER Wiki:About|About]]
 +
* [[AAGRINDER Wiki:How to help|Contribute!]]

Revision as of 18:20, 11 September 2021

Welcome to the Official AAGRINDER Wiki, a publicly accessible and editable wiki for information related to AAGRINDER. This wiki and its 24 articles are managed and maintained by 0 active contributors from the AAGRINDER community. Anyone can contribute!

About AAGRINDER

AAGRINDER is a sandbox construction and exploration game created by Maze, written in Javascript and C++, inspired by Minecraft and Terraria. Gameplay involves players interacting with the game world by placing and breaking various types of blocks represented by characters in a two-dimensional environment. In this environment, players can build creative structures, machines, and artwork on multiplayer servers.

AAGRINDER is played through a web client. The officially supported browser is Mozilla Firefox. Many other browsers work as well. AAGRINDER requires a physical keyboard, so most mobile devices require additional hardware attached. Mobile devices are not recommended for playing AAGRINDER.

The official AAGRINDER server can be found at aagrinder.xyz.

AAGRINDER is free and open source software, licensed under the GNU AGPL. This means you are allowed to make copies, distribute copies, make modifications, distribute modified copies and run your own server with original or modified code; however you have to put the same license on the distributed copies. You can find the source code at https://gitlab.com/MRAAGH/aagrinder. The terrain generator can be found at https://gitlab.com/MRAAGH/aagrinder-terrain.

Gallery

Gameplay

Suggested, unimplemented, or not-yet-functional features

Terrain generation

Servers and administration

Technical

Project

The wiki