All Projects → hoyt-tian → Fengine

hoyt-tian / Fengine

Licence: mit
2d格斗游戏引擎&&编辑器 / 2d FTG engine and editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fengine

Novelrt
A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
Stars: ✭ 81 (-15.62%)
Mutual labels:  game-engine, 2d-game-engine
Castle Engine
Cross-platform (desktop, mobile, console) 3D and 2D game engine supporting many asset formats (glTF, X3D, Spine...) and using modern Object Pascal
Stars: ✭ 475 (+394.79%)
Mutual labels:  game-engine, 2d-game-engine
Litiengine
LITIENGINE 🕹 The pure 2D java game engine.
Stars: ✭ 384 (+300%)
Mutual labels:  game-engine, 2d-game-engine
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (+248.96%)
Mutual labels:  game-engine, 2d-game-engine
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+703.13%)
Mutual labels:  game-engine, 2d-game-engine
Glide
Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials
Stars: ✭ 353 (+267.71%)
Mutual labels:  game-engine, 2d-game-engine
Haxepunk
Cross-platform desktop, mobile, and WebGL game engine, based on FlashPunk
Stars: ✭ 446 (+364.58%)
Mutual labels:  game-engine, 2d-game-engine
Fxgl
Stars: ✭ 2,378 (+2377.08%)
Mutual labels:  game-engine, 2d-game-engine
Grid Sdk
The Grid SDK - Game engine for Lua
Stars: ✭ 612 (+537.5%)
Mutual labels:  game-engine, 2d-game-engine
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (+486.46%)
Mutual labels:  game-engine, 2d-game-engine
Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (+156.25%)
Mutual labels:  game-engine, 2d-game-engine
Ct Js
Ct.js is a desktop game engine that makes learning programming fun and game development easy by its visual editors and well-documented code library
Stars: ✭ 831 (+765.63%)
Mutual labels:  game-engine, 2d-game-engine
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+3255.21%)
Mutual labels:  game-engine, 2d-game-engine
Enduro2d
Yet another 2d game engine of dreams (work in progress)
Stars: ✭ 82 (-14.58%)
Mutual labels:  game-engine, 2d-game-engine
Hge
HGE 1.9 configured with CMake DirectX9 version, with shaders. The classic 1.8.1. version is in the `master` branch if you ever need that.
Stars: ✭ 185 (+92.71%)
Mutual labels:  game-engine, 2d-game-engine
Basque
A top-down 2d game engine, written from scratch in under 1000 lines of C. Development of the game based on this engine is streamed on Twitch: https://www.twitch.tv/ryanpcmcquen
Stars: ✭ 388 (+304.17%)
Mutual labels:  game-engine, 2d-game-engine
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (+34.38%)
Mutual labels:  game-engine, 2d-game-engine
Imagineengine
A project to create a blazingly fast Swift game engine that is a joy to use 🚀
Stars: ✭ 1,751 (+1723.96%)
Mutual labels:  game-engine, 2d-game-engine
Hex Engine
A modern 2D game engine for the browser.
Stars: ✭ 558 (+481.25%)
Mutual labels:  game-engine, 2d-game-engine
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+705.21%)
Mutual labels:  game-engine, 2d-game-engine

2D格斗游戏引擎 / 2D FighT Game Engine

特点 / Feature

  • 基于Canvas绘图 based on Canvas
  • 同时支持桌面和移动端 Support both desktop browser & mobile (any container support canvas)
  • 支持自定义新角色 Support user defined new character
  • 支持发布角色(未来支持功能)Support publish new character to chracter gallery
  • 支持加载第三方角色信息 support load character from chracter gallery
  • 桌面端使用键盘操作,移动端使用虚拟手柄 use keyboard on desktop and virtual joystick on mobile
  • 游戏编辑器功能(未来支持) game editor to create new characters/ new games...
  • 更多敬请期待... more to be expected

预览 / preview

桌面静态效果 Desktop Static Screenshoot

移动端动态效果 Mobile Gif Screenrecord

游戏编辑器 Game Editor

尝试 / taste

本地启动服务

代码克隆后执行如下命令 git clone & execute script

npm i && npm run dev

一般服务器会启动在 After server launched successfully please visit http://localhost:8080/

游戏操作 / Game Operations

使用键盘操作时,上下左右是wsad,ABCD的按键分别是jkl; 增加2P控制

When using keyboard, 'wsad' controls up/down/lef/right/, and 'jkl;' are regarded as 'ABCD'

出招表 / Skill sheet

八神庙 / Iori

驱炎弹 ↓→A/C

葵花 ↓←A/C

必杀技 ↓A

奔跑 →→

疾退 ←←

GitHub

https://github.com/hoyt-tian/FEngine

贡献代码 / Contribution

如果你也想参与2D游戏引擎的开发完善工作,请邮件与我联系(见github信息) If you'd like to contribute to this project, please contact me by email(See my github profile)

图片资源 / Image Resources

http://oss.emugif.com/picture2014/kof97/chars.htm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].