The version 0.54.1 fixes a bug with volume(0)
not muting.
Luiz Bills
Creator of
Recent community posts
Hi there! I am sharing a personal project of mine: a game engine for creating small games in JavaScript.
https://bills.itch.io/litecanvas
My initial motivation was to have a code editor with a built-in engine/library, with a simple API and that worked offline, as I sometimes travel to a region that doesn’t have an internet connection. I also intend to use it to teach a little about game development to some of the people I mentor.
Main features:
- Simple API: Just few functions to draw shapes and some utilities to other things like sounds and math.
- Predefined colors: Just use a number (from 0 to 11) to choose a color in our 12-color palette.
- Predefined sounds: Packed with 4 sounds created in ZzFX.
- Extensible: Use or create plugins to add functionalities or change the engine.
This project is still under development. All feedback is appreciated!
Nice project, dude! I took a look at the source code. If you want to have more control over the graphics, I don’t recommend using the 2d canvas methods directly, but rather creating a Buffer (array) and rendering each pixel. This makes it very easy to create more pixelated graphics (circles, for example). See that engine example https://github.com/Rybar/js13k2017/blob/master/src/js/lib/Engine.js
Hi @achie,
Sorry for the delay, I was on vacation.
Your feedback took me by surprise! I really appreciated your feedback.
Your feedback took me by surprise! I really appreciated your feedback.
I loved your dungeon map too. I wish I had the ability to draw maps hahahah
My “only ciriticism” isn’t even fair, as this was specifically designed to be as small and lazy as it can..
Regarding an “expanded” game, I highly recommend you check out Note Quest (the game that inspired me). You can purchase it in https://preview.drivethrurpg.com/en/product/308955/NoteQuest paying as much as you want. NoteQuest is a very complete dungeon crawl, with equipment, different monsters, different dungeons and even an open world mode.
Any plans on expansions btw?
I was working on one, but I didn’t finish it.
Little appended quiestion, are you into releaseing the raw design files, so people can contribute/homebrew/mix or is that something you are against?
I made the game cards using HTML. If you know a little HTML you can use this source code: https://github.com/luizbills/draftcrawl-cards
But I can make a template using the Inkscape (SVG) if you want. Unfortunately I don’t know how to use Photoshop or other mainstream softwares.
Hey folks,
I just released a Tunnel Goons hack with generic mechanics capables to run almost any setting.
Download PDF at https://bills.itch.io/tokyogoons
@IGKU
-
First, roll just one time. 3 or less is creatures (roll creatures for each character). If 4 or more, roll only 1 event (so only 1 treasure) for all characters or, if is trap, all characters take damage.
-
When I play with more than one character, I let everyone use the items however they want. Respecting the rule that spells (or scrolls) is only in combat.
draftCrawl
Game Features
- 1 page rules
- Uses only 1d6 (six-sided die)
- Print and Play cards
- Can be played with pen and paper too
- Play alone (solo) or with others (coop)
Don’t think so much… Tunnel has a very minimalist design. You can play with just the basic rules or create your own settings (check out some of the many hacks). https://docs.google.com/spreadsheets/d/1cImeRD36N4XWFLRjuWaP9cTu64nVAzuGQPP9KOCA-qs/edit?usp=sharing
Olá!! Lendo um pouco sobre o assunto na internet, acho que a maneira de solucionar esse problema é só fazendo o download (e instalando) o primeiro arquivo desse site
Se chama RPG Maker VX Ace. É só instalar e daí você pode jogar.
Também tem a opção de você baixar o jogo de 200mb daqui da página, sabe? Daí você não precisaria ter que instalar esse RTP (só que eu acredito que não tenha a tradução pra português).
Enfim, espero ter te ajudado pelo menos um pouco!