Log In  
Follow
nakato
[ :: Read More :: ]

Cart #50714 | 2018-03-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

  • add grid and wave effect

A GeometryWar inspired game made during a jam in february

Cart #49915 | 2018-03-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Controls :

E S D F to move
Mouse to aim
Left click to fire
Right click to bomb when available

P#49916 2018-03-04 05:33 ( Edited 2018-03-23 05:30)

[ :: Read More :: ]

Hello,

i'm working on a new pico-8 project and with time ... my code was long and difficult to navigate in.

As the p8 file is just a textfile ... i have the idea to extract the code as lua file ... and allow to compile a lot of lua file in my p8 file.

I have just create a simple bash file that to this ... :

if existing project : -> extract code to main.lua
if new project : -> create p8file and a default main.lua file

Now can create a lot of lua file ... and everything will be compile in your gamefile when you launch the command

As you can see ... my new project is now more readable :)

It's fresh new project ( today ) , and only tested on OSX/Linux ...
https://github.com/Nakato53/p8compile

P#49413 2018-02-19 09:52 ( Edited 2018-02-21 01:16)