Beat'em Up World site (in the wake of PunchPedia)
Page 1 of 1
Beat'em Up World site (in the wake of PunchPedia)
Hello, my dear beat'em up lovers, I bet you already know about the #1 site devoted to brawlers - http://www.punchpedia.com.
But it didn't have updates for 5 years, so it's time to make it live again. Unfortunately I don't have time to contritbute and don't have enough Backend skills to add some features to PunchPedia. ...Buuuuut I have to practise Frontend and making another ToDo List is boring as hell. So why not learn and make something useful at the same time? (I talked with creator of PunchPedia and he is ok with use of his site data).
So here it is, Frontend-powered Beat'em Up World: https://beat-em-up-world.now.sh
Pros: Filter by ALL parameters (most of them are not so useful but still that's cool), no need for hosting, easy to contribute via Pull Requests, Beat'em Ups "API".
Cons: backend as JSON, no cool domain name.
Feel free to add new games here easily: https://github.com/s-pyadyshev/beat-em-ups-api
I hope that this project will help us to revive interest in Beat'em Up genre and make the beat'em ups database 100% completed. But you still may contribute to PunchPedia as well. Just let us know.
I'd like to see your comments: which features should be added, what should be enhanced/removed etc., any feedback is appreciated!.
https://github.com/s-pyadyshev/beat-em-up-world - source code
But it didn't have updates for 5 years, so it's time to make it live again. Unfortunately I don't have time to contritbute and don't have enough Backend skills to add some features to PunchPedia. ...Buuuuut I have to practise Frontend and making another ToDo List is boring as hell. So why not learn and make something useful at the same time? (I talked with creator of PunchPedia and he is ok with use of his site data).
So here it is, Frontend-powered Beat'em Up World: https://beat-em-up-world.now.sh
Pros: Filter by ALL parameters (most of them are not so useful but still that's cool), no need for hosting, easy to contribute via Pull Requests, Beat'em Ups "API".
Cons: backend as JSON, no cool domain name.
Feel free to add new games here easily: https://github.com/s-pyadyshev/beat-em-ups-api
I hope that this project will help us to revive interest in Beat'em Up genre and make the beat'em ups database 100% completed. But you still may contribute to PunchPedia as well. Just let us know.
I'd like to see your comments: which features should be added, what should be enhanced/removed etc., any feedback is appreciated!.
https://github.com/s-pyadyshev/beat-em-up-world - source code
Winged Cat- Galsia
- Posts : 12
Join date : 2013-06-29
Location : Russia
Re: Beat'em Up World site (in the wake of PunchPedia)
Now there are 400 games in the list and it's 75% complete, that's why I'm gonna take a hiatus. I hope I'll be able to complete it to the end of the next year.
But you can help me. It's easy, just find a game colored red, take this template, fill it and paste it here:
{
"missing": true,
"name": "name",
"platform": "PC",
"perspective": "2.5D",
"about": "about",
"trivia": "trivia",
"country": "country",
"developer": "developer",
"publisher": "publisher",
"releasedate": "unknown",
"releaseYear": null,
"otherPlatforms": null,
"series": null,
"players": 1,
"structure": "structure",
"difficulty": "difficulty",
"gangsize": null,
"variety": ["None"],
"playtime": null,
"buttons": null,
"combos": null,
"grabs": "grabs",
"dashing": "dashing",
"enemyHBars": null,
"itemPickup": null,
"itemStay": null,
"weaponsStay": null,
"deathBlow": null,
"friendlyFire": null,
"charSwitch": null,
"groundHit": "groundHit",
"revive": null,
"restore": null,
"artStyle": "artStyle",
"sprites": null,
"setting": "setting",
"focus": "focus",
"music": ["Video game"],
"tone": "tone",
"gore": [null],
"fighters": null,
"stages": null,
"enemies": null,
"bosses": null,
"weapons": [null],
"lives": null,
"continues": null,
"extend": null,
"overallReview": "overallReview",
"cover": "",
"images": [""],
"videos": [""],
"links": [""],
"beatemupBingo": {
"go": false,
"sunsetEnding": false,
"healthMeat": false,
"sleevelessJacket": false,
"bossWithGun": false,
"fireBombs": false,
"twowordTitle": false,
"throwingKnife": false,
"subwayStage": false,
"exproWrestler": false,
"steelPipe": false,
"kindnappedFemale": false,
"specialDrainsHealth": false,
"oilDrums": false,
"clowns": false,
"yellowRedHealthBar": false,
"dominatrix": false,
"powerSpeedBalance": false,
"elevatorScene": false,
"mansionStage": false,
"mohawks": false,
"buildingSite": false,
"fatCharginMen": false,
"sharpSuits": false,
"graffiti": false
}
}
essential values are:
name
platform
perspective - 2D, 2.5D, 3D
country - country of developer
developer
publisher
releasedate - DD.MM.YYYY
releaseYear
series
players
structure
difficulty
grabs
dashing
groundHit
artStyle
setting
focus
music
tone
gore
fighters
cover
images
videos
links
https://github.com/s-pyadyshev/beat-em-ups-api/blob/master/filter.json - here you can take a look at some parameter values to use.
But you can help me. It's easy, just find a game colored red, take this template, fill it and paste it here:
{
"missing": true,
"name": "name",
"platform": "PC",
"perspective": "2.5D",
"about": "about",
"trivia": "trivia",
"country": "country",
"developer": "developer",
"publisher": "publisher",
"releasedate": "unknown",
"releaseYear": null,
"otherPlatforms": null,
"series": null,
"players": 1,
"structure": "structure",
"difficulty": "difficulty",
"gangsize": null,
"variety": ["None"],
"playtime": null,
"buttons": null,
"combos": null,
"grabs": "grabs",
"dashing": "dashing",
"enemyHBars": null,
"itemPickup": null,
"itemStay": null,
"weaponsStay": null,
"deathBlow": null,
"friendlyFire": null,
"charSwitch": null,
"groundHit": "groundHit",
"revive": null,
"restore": null,
"artStyle": "artStyle",
"sprites": null,
"setting": "setting",
"focus": "focus",
"music": ["Video game"],
"tone": "tone",
"gore": [null],
"fighters": null,
"stages": null,
"enemies": null,
"bosses": null,
"weapons": [null],
"lives": null,
"continues": null,
"extend": null,
"overallReview": "overallReview",
"cover": "",
"images": [""],
"videos": [""],
"links": [""],
"beatemupBingo": {
"go": false,
"sunsetEnding": false,
"healthMeat": false,
"sleevelessJacket": false,
"bossWithGun": false,
"fireBombs": false,
"twowordTitle": false,
"throwingKnife": false,
"subwayStage": false,
"exproWrestler": false,
"steelPipe": false,
"kindnappedFemale": false,
"specialDrainsHealth": false,
"oilDrums": false,
"clowns": false,
"yellowRedHealthBar": false,
"dominatrix": false,
"powerSpeedBalance": false,
"elevatorScene": false,
"mansionStage": false,
"mohawks": false,
"buildingSite": false,
"fatCharginMen": false,
"sharpSuits": false,
"graffiti": false
}
}
essential values are:
name
platform
perspective - 2D, 2.5D, 3D
country - country of developer
developer
publisher
releasedate - DD.MM.YYYY
releaseYear
series
players
structure
difficulty
grabs
dashing
groundHit
artStyle
setting
focus
music
tone
gore
fighters
cover
images
videos
links
https://github.com/s-pyadyshev/beat-em-ups-api/blob/master/filter.json - here you can take a look at some parameter values to use.
Winged Cat- Galsia
- Posts : 12
Join date : 2013-06-29
Location : Russia

» Which chess player beat the most World Champions?
» Anyone know a good overseas site to buy cd's from?
» Tip or Wake, that's The question
» 2010 World Youth Chess Championship – Final report
» Adolf Hitler - World Chess Champion.
» Anyone know a good overseas site to buy cd's from?
» Tip or Wake, that's The question
» 2010 World Youth Chess Championship – Final report
» Adolf Hitler - World Chess Champion.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|