GithubHelp home page GithubHelp logo

alfr3dosv / stickman Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 14.35 MB

Stickman is a text based platform game in java. Works on mac, linux and windows.

License: MIT License

Java 100.00%
game java stickman console-game console gradle terminal-game text

stickman's People

Contributors

alfr3dosv avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

nvmanh

stickman's Issues

Add json support

Currently using java properties

stage:enemies.txt
key:66,15
player:1,14
Asterisck1:5,5,DOWN,3,10
Asterisck2:7,2,DOWN,20,15
Asterisck3:9,5,UP,3,15
Asterisck4:20,13,RIGHT,10,15

Json

{
	"title": "Level full of enemies",
	"world": "stage.txt",
	"key": {
		"x": 27,
		"y": 3,
	},
	"asterisck": [
		{
			"id": "Asterisck1",
			"x": 5,
			"y": 10,
			"direction": "DOWN",
			"speed": 3,
			"displacement": 12,
		},
		{
			"id": "Asterisck2",
			"x": 5,
			"y": 15,
			"direction": "DOWN",
			"speed": 15,
			"displacement": 12,
		},
	]
}

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.