Git Product home page Git Product logo

minicraft's People

Contributors

jleahey avatar perimosocordiae avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

minicraft's Issues

Toss objects toward the mouse

Right now, tossed objects are placed randomly somewhere near the player, on the side that the player is looking toward, with a small upward velocity.

I propose changing this behavior to instead give the object a velocity vector pointing towards the mouse, with a small random magnitude. The object would start roughly near the player's nose.

Add Furnaces

This could work similarly to the crafting table, but with some additional calls in World.chunkUpdate() for the actual smithing.

Stand on top of wood

Due to being able to climb trees, it's impossible to stand on top of a stack of logs without falling down.

Life Stats

Add falling damage, drowning, and hearts.

Add Lava

Also consider adding large tall/open caves. Generally, there needs to be a reason not to dig down other than losing a heart or two.

Port to Android

This can hopefully be accomplished by writing a new android graphics/event handler class and by adding touch controls.

Add torches

We need an 8x8 graphic. A torch needs to become a block with a recipe, and the lighting engine will need to keep track of both sun values and torch values so it can be interpolated smoothly at night.

Make inventories per-LivingEntity, instead of global

Currently there can only be one Inventory, and it's essentially a global. (It lives in the Game class.) For the sake of sanity and future additions (like mobs or multiplayer), inventories should be members of living things.

Allow placement of torches inside player's bounding box

When testing torches, I often found that it seemed like placing them wasn't working, only to realize that the placement would slightly conflict with the player's bounding box. We should either make the torch bounding box smaller, or designate it (and other "passable" items) as able to be placed inside the player's box.

Can I add this to my Minicraft compilation?

Because Minicraft was created ten years ago, it's pretty hard to find all of the versions. I've busted my butt in order to find the variations I have, and I'm just trying to get as many as I can to add here:
https://github.com/RandomGuyDTB/Minicraft-Ultimate
I'm sure to credit all of the authors in the Sources.txt, and I'm gonna add better ways to credit authors in a new update.
If you don't answer for a week then I'll take it as a "yes". You'll still be credited, however.

Tile tinting

We need to be able to tint tiles for lighting, but our very simplistic java.awt.image, which is hardware accelerated, has no way to do this natively. We could render out different versions of all oft the images at load time, but there are better ways to do this which might carry over something to an Android implementation.

Current approach: Switch to OpenGL using jogl.
http://jogamp.org/jogl/www/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.