All Projects → Quenty → Nevermoreengine

Quenty / Nevermoreengine

Licence: mit
ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Nevermoreengine

Hfsm2
High-Performance Hierarchical Finite State Machine Framework
Stars: ✭ 134 (-8.22%)
Mutual labels:  game-development
Ape Ecs
Entity-Component-System library for JavaScript.
Stars: ✭ 137 (-6.16%)
Mutual labels:  game-development
B8
BASIC8 - The Fantasy Computer/Console!
Stars: ✭ 144 (-1.37%)
Mutual labels:  game-development
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-5.48%)
Mutual labels:  game-development
Paddle Soccer
A simple, two player multiplayer game built to show how you can host dedicated game servers on Kubernetes.
Stars: ✭ 141 (-3.42%)
Mutual labels:  game-development
Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (-2.05%)
Mutual labels:  game-development
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (-10.27%)
Mutual labels:  game-development
Awesome Pico 8
A curated list of awesome PICO-8 resources, carts, tools and more
Stars: ✭ 1,955 (+1239.04%)
Mutual labels:  game-development
Phaser Examples
🎮 Game collections made by Phaser
Stars: ✭ 140 (-4.11%)
Mutual labels:  game-development
Openhow
Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
Stars: ✭ 144 (-1.37%)
Mutual labels:  game-development
Imagineengine
A project to create a blazingly fast Swift game engine that is a joy to use 🚀
Stars: ✭ 1,751 (+1099.32%)
Mutual labels:  game-development
Gosu
2D game development library for Ruby and C++
Stars: ✭ 1,762 (+1106.85%)
Mutual labels:  game-development
E Books
A collections of FREE ebooks
Stars: ✭ 143 (-2.05%)
Mutual labels:  game-development
Daemon
The Dæmon game engine. With some bits of ioq3 and XreaL.
Stars: ✭ 136 (-6.85%)
Mutual labels:  game-development
Taskchain
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
Stars: ✭ 143 (-2.05%)
Mutual labels:  game-development
Floyd
The Floyd programming language
Stars: ✭ 133 (-8.9%)
Mutual labels:  game-development
Opensurge
A fun 2D retro platformer inspired by Sonic games and a game creation system.
Stars: ✭ 143 (-2.05%)
Mutual labels:  game-development
Rocket
RocketMod — .NET Game Server Plugin Framework
Stars: ✭ 147 (+0.68%)
Mutual labels:  game-development
Zengine
2D | 3D Game development library
Stars: ✭ 145 (-0.68%)
Mutual labels:  game-development
Chronoshift
An open source re-implementation of Red Alert written in C++.
Stars: ✭ 144 (-1.37%)
Mutual labels:  game-development

Nevermore

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
 

About

Nevermore is a ModuleScript loader for Roblox, and loads modules by name. Nevermore is designed to make code more portable. Nevermore comes with a variety of utility libraries. These libraries are used on both the client and server and are useful for a variety of things.

Nevermore follows both functional and OOP programming paradigms. However, many modules return classes, and may require more advance Lua knowledge to use.

Get Nevermore

To install Nevermore, paste the following code into your command bar in Roblox Studio!

local h = game:GetService("HttpService") local e = h.HttpEnabled h.HttpEnabled = true loadstring(h:GetAsync("https://raw.githubusercontent.com/Quenty/NevermoreEngine/version2/Install.lua"))(e)

Documentation

See quenty.github.io/api/ for API documentation.

Usage

See quenty.github.io/api/ for examples and usage documentation.

Community

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].