GitHunt
PA

paoli7612/Arcadia

Game writted in Lua with LOVE2d lib. Tile game with static maps 40x25

The world of ARCADIA

- Install LOVE2d

  • WINDOWS:
    Installation isn't required, LOVE is in love2d folder.
  • LINUX:
  $ sudo add-apt-repository ppa:bartbes/love-stable
  $ sudo apt-get update
  $ sudo apt-get install love

- Play

  • WINDOWS:
    run run_win.bat
  • LINUX:
    if you have love2d, run run_linx.sh

- Game

  • press i key to see inventory
  • press q key to acion with another things (npc, cartel, doors...)

SCREEN

Screen Folder

MAP_EDITOR - PYTHON

This simply program allow you to create or change all game map. All game map saved in maps folder. If you give this program a name of a exists map, the program allow you to change this. Else the program create a new map with this new name. [pygame is required]

run

in map_editor folder there is main.py.
WINDOWS: use run_win.bat in map_editor folder for give name of map to create/change
LINUX: type python main.py in map_editor folder to see help of argparse

alt text

Languages

Lua92.5%Python7.4%Batchfile0.0%Makefile0.0%

Contributors

Created March 17, 2018
Updated May 3, 2025