(DIR) ~stilbruch
                                                                                   
                                                        |>>>                       
                                                        |                          
                                                    _  _|_  _                      
                                                   |;|_|;|_|;|                     
                                                   \\.    .  /                     
                                                    \\:  .  /                      
                    cobble                           ||:   |                       
                                                     ||:.  |                       
            a minecraft server in c99                ||:  .|                       
                                                     ||:   |       \,/             
                                                     ||: , |            /`\        
                                                     ||:   |                       
                                                     ||: . |                       
                      __                            _||_   |                       
             ____--`~    '--~~__            __ ----~    ~`---,              ___    
        -~--~                   ~---__ ,--~'                  ~~----_____-~'   `~--
                                                                                   
        about                                                                      
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       cobble is an implementation of the minecraft server in c99. cobble aims to  
       provide most of the features of the vanilla client although currently, it's 
       lacking most functionality. cobble is great for lobbies or minigame servers 
       due to it's low memory usage and ease of use. cobble is written in the      
       spirit of suckless software, meaning that there are no config files or messy
       dependencies. everything is done in pure c.                                 
                                                                                   
        features                                                                   
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
        * server list ping support                                                 
        * config.h based configuration                                             
                                                                                   
        planned features                                                           
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
        * offline and online login                                                 
        * support for multiple users                                               
        * async world handling                                                     
        * chat                                                                     
        * commands                                                                 
        * plugins (in c of course)                                                 
        * protocol compression                                                     
                                                                                   
        comparisons                                                                
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
        /* TODO */                                                                 
                                                                                   
        releases                                                                   
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
        /* TODO */                                                                 
                                                                                   
        code                                                                       
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       currently, source code can be found at https://tildegit.org/stilbruch/cobble
       but this will likely change in the future.