Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
levicole committed Oct 30, 2016
0 parents commit ac13823
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 0 deletions.
Empty file added .gitignore
Empty file.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## pico8-rpg-game-template
This is a PICO-8 game template. Use it as a start point for your games.

This is inspired heavily by [pico8-game-template](https://github.com/misato/pico8-game-template).

So far this base template:
- Entities. X/Y coordinates are at the center of the sprite.
- Collision detection for solid tiles.
- A camera that follows an entity passed to it


One thing to note. Coordinates for entities are in tiles, not pixels. For example, 0,0 is the top most left tile. If you wanted to place a sprite at 64,64, your entity's x,y coordinates would be 8,8.
Loading

0 comments on commit ac13823

Please sign in to comment.