Skip to content

A 2D Minecraft-style game using the LÖVE framework.

Notifications You must be signed in to change notification settings

kezzico/picraft2d

 
 

Repository files navigation

PICRAFT

Built for LÖVE 11.4. Full support for ARM based Macs, Raspberry Pi 4, tvOS, and Intel.

See http://www.love2d.org for more info.

Picraft was built using Lovecraft as a starting point. However, the code has been completely rewritten. A few stray files remain, but most can be safely removed from the project.

videogame

The purpose of this software is demonstrate how different algorithms can be used to produce different results. See lua code files under game/generators for examples.

p_random and perlin noise code has been added to the code. checkout game/random.lua and game/perlin.lua to checkout to the algorithms.

Each level in the game uses either a different generator or a different seed.

PACKAGE

zip -r game picraft.love

TEST

love11.4 tests

RUN

love11.4 game

Credits, attributions and other rubbish

Made with the LÖVE framework http://www.love2d.org

Inspired by lovecraft, a game by Middlerun

http://www.middlerun.net

About

A 2D Minecraft-style game using the LÖVE framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%