Nord Beaver

Nord Beaver

Turnkey games provider — from a data-driven concept selection to the game’s delivery.

Nord Beaver provides the full cycle game development services with the great experience in HTML5 (pixi.js, phaser, cocos & play canvas) and in other tech (unity and unreal). Our team can help you with full cycle production of games for various platforms (web based desktop and mobile, social, web3 and gamify) from idea to delivery and further live ops support. Nord Beaver has great experience in ga

14/03/2024

NordBeaver & 📚

One of the last our project was dedicated to the promotion of the novel The Tunnel by Yana Vagner. We’ve created beautiful gamification, where the player can step into the shoes of the novel’s characters.

🆕 game
⭕️ AI generated art assets
Try now https://lnkd.in/ezERXJwN 🕹

Есть ли свет в конце тоннеля ? Знакомство с героями книги

22/12/2023

Dear colleagues, we wish you Merry Christmas and Happy 2024th New Year!

12/12/2023

Imagine, next week we'll have Oscar in nominee "Best Business Development Manager" and "New Bizdev Star was born". 😎
Who from your network you'd propose for these nominees? 🤔

25/10/2023

Web Technology Possibilities for Big Games

In a previous article, I shared my thoughts on how different game engines have their own strengths and limitations.

One standout example of the combination of various game engines for me was a collaboration with a friendly studio based in Montenegro. They were working on a VR project for the Oculus Quest platform, with a key priority being the highest quality graphics and scene depth.

However, the basic lighting functionality in UE (Unreal Engine) was quite demanding on hardware, while the hardware capabilities of the Oculus Quest 2 were comparable to 2020-era mobile phones, which were not sufficient. This prompted the project team to rewrite a portion of the engine responsible for handling light sources. It was a highly specialized and illustrative example that required a team with a high level of expertise.
Combination of Unusual Requirements

In one of our projects that began in January 2022, we faced an unusual requirement that presented us with a significant challenge.

The business request was as follows: MMORPG (Massively Multiplayer Online Role-Playing Game) + Mobile and Desktop Web + Web3 + Launch a demo version of the game within 4 weeks of starting development.

Certainly, our partner understood that the main development could take months or even years, but in the traditions of the GameFi market, we needed to showcase our capabilities to the gaming community as early as possible to enable the sale of NFT collections.

In such a situation, the initial request regarding the game genre and the timeline for preparing the demo version makes us seriously consider the use of advanced game engines like Unity or Unreal. However, the requirement for a web version complicates the answer. Furthermore, in our work, we focus on our strengths, and Unity is not one of our strong suits.

Demo Version

For a quick demo, we aimed to leverage as much of our previous work as possible. Given our experience in 2021, we decided to use PIXI.js for rendering graphics and Player.io for multiplayer functionality. We had previously used PIXI in several arcade-style game projects and, despite some challenges, effectively applied the combination of PIXI and Player.io in the Burning Man Online project.

In the end, with minor limitations, such as the number of online players in a single game cluster, we successfully launched the demo and proceeded to the main project development stage.

Development of a Web3-Based MMO RPG (Desktop + Mobile)

Our development team understood that PIXI provided a minimal set of solutions for a complex project in the MMORPG genre. Therefore, we needed to find a compromise between our existing work and flexibility by making our own extensions.

Phaser – Our Primary Development Tool

We are fond of PIXI. PIXI is primarily focused on being a good renderer. However, this also means that you have to do everything else yourself (we are aware of PixiJS Universe, but more on that later).

Phaser, on the other hand, is centered around game development as a whole. This is a more complex task, and while the Phaser team and community are comparable in size to PIXI (perhaps even smaller), it's still difficult to call Phaser the ultimate solution.

Our decision to compromise with Phaser was deliberate because we needed the maximum number of out-of-the-box tools at the present moment. Starting from scratch with PIXI was not an option. We have no regrets about using Phaser; it was a justified and calculated move that brought us more benefits than discomfort.

Map Creator Tools

Maps for an MMO game are a separate part of the project. In addition to artists who create graphic assets for the map, there's a need for tools for level designers who work on topology and technical setup of maps. For this area of work, we chose and integrated the Tiled toolkit, which allows the creation of complete locations from small art assets.

Dynamic Content Editor

Apart from maps, a crucial aspect of almost any RPG game is the story and quests. Game designers need to fill the game with text blocks that have branching dependencies.

For this part of the project, we integrated the Articy service, which provides the game design team with the ability to populate the game with tasks and quests.

Multiplayer

Facing specific requirements for creating a multiplayer solution for our web-based MMO game, we recognized a gap in our expertise in this segment. Consequently, we embarked on a quest to find partners who could enhance our team.

The first team we engaged for this task, after conducting extensive research, proposed building the entire backend from scratch, estimating the effort at a minimum of 40 person-months. At the time, we didn't have that kind of time available.

Turning to the second team, we jointly opted for the Nakama solution from Heroic Cloud, a cloud service that met all our architectural requirements and allowed us to remain within our familiar Typescript syntax.

2D & 3D Graphics Rendering Enhancement

However, the most intriguing solution was implemented a year after the development of the MMO version of the game had commenced. At the point when a significant portion of the game documentation was ready, the producers assessed the volume of art assets required for realizing all the characters and monsters, including all their states, animations, and effects. Due to the chosen art style's specificity, it was necessary to draw and animate all 8 perspectives for each character and monster. At this juncture, we realized it was critically important to incorporate a 3D pipeline for this significant portion of the project.

The development team formed a small R&D group and set out to solve this challenge. Fortunately, by the end of 2022, we had already decided that 3D must be a part of our projects in 2023, and our CTO conducted a comprehensive research of all available solutions.

It's important to note that transferring the entire project to a new 3D engine within a reasonable timeframe was not a viable option, considering the extensive work that had been done on the game using Phaser.

As a result, the proposed solution is, for me, the epitome of working with web technologies at this moment. The team presented a solution in which the entire environment (location with all its surroundings) and the user interface remained in the existing engine. However, for characters and monsters, we added another layer of graphics rendering that utilizes resources from 3D assets and renders them in the 3D web library Three.js.
Conclusion

Perhaps other teams might have found different, and possibly even more efficient, ways to achieve the goals we faced. However, we operated in an environment of constant business vision exploration and evolving concepts within the framework of our experience and our global goals of popularizing web technologies for game development.

And if you're a business owner seeking expertise in the field of game development, our Nord Beaver team is here to help. Contact us today to discuss your project and let's turn your vision into reality!

11/10/2023

How to choose the best game engine - Nord Beaver approach

Creating and developing game mechanics is an incredibly exciting activity. However, those who have entered the game development industry, whether by choice or by accident, are well aware of how complex the process can be. One crucial aspect of this process is standardization and streamlining of production through the use of universal approaches and tools, such as game engines and development software.

Evolution of game engines: From studios to standalone entities

Looking back at the history of game development, we see that numerous successful studios decided to separate their game editors and engines as standalone entities. Studios like Id Software, Blizzard, and Epic Games have greatly influenced the industry by outsourcing their creation tools.

In today's reality, the market is dominated by Unreal Engine, Unity, and other alternatives. Each engine has its own unique characteristics, strengths, and limitations.

Unreal Engine
Unreal Engine is known for its realism, immersive environments, excellent camera work, and high hardware requirements.

Unity
On the other hand, Unity offers an easy entry point, a large community of developers, a vast array of assets and plugins, and a robust mediation infrastructure.

Specialized engines
Smaller engines cater to more specific needs. For instance, Game Maker is ideal for rapid prototyping.

Nord Beaver's approach
When Nord Beaver embarked on its journey, we prioritized certain technological aspects: broad platform and device compatibility, technological flexibility, and high standards for the quality of the final products. We didn't necessarily require large-scale scenes or hyperrealistic graphics. Instead, we sought a combination of flexibility, intelligence, and widespread usability.

This is why we started our journey in the field of Web games and gamification:

– Gamification can be built into various existing applications and websites;
– Games that can be played in the browser or natively on any device.

Nord Beaver's technology toolbox
In our projects, we utilize several technologies, each with its own advantages and limitations.

Pixi & Phaser: Versatile web solutions
Pixi and Phaser are versatile solutions that enable the creation of web apps across a wide spectrum. They can be used for embedded gamification, seamlessly integrating with various backend systems. They are also suitable for developing complex web3 games with intricate architectures, incorporating blockchain elements and MMORPG mechanics. Additionally, they can be combined with other technologies like React or Vue on the same website, as demonstrated in projects such as Sparkle Verse and Burning Man Online.

Cocos: Empowering traditional game mechanics
Cocos, on the other hand, is an engine designed specifically for traditional game mechanics. It allows for game distribution across multiple platforms, including the web, social media, App Store, and Google Play. Cocos also boasts a wide array of plugins and extensions for gaming products, such as Google's AdMob extension, which facilitates the integration of advertising monetization functionality in games.

Three JS: Bringing 3D graphics to web games
Three JS is a technology that empowers the development of web browser games with full 3D graphics.

Conclusion: Making the right choice

Despite evolving trends and changes in the industry, our technological strategy aligns perfectly with Nord Beaver's mission of "strengthening the web-gaming trend."

At Nord Beaver, our mission is to strengthen the web-gaming trend through cutting-edge technologies, like Pixi, Phaser, Cocos, and Three JS. These tools fuel our ability to create innovative games that break boundaries.

Whether you're eager to launch a new project or need any assistance with game development process, Nord Beaver is here to help you navigate the game development world. Contact us today to start your creative journey with Nord Beaver: https://nordbeaver.com/

13/09/2023

Nord Beaver Used Cocos and Phaser Before They Come Trendy

Unity recently announced changes to its payment policy that are making some developers look for alternative engines. One of those engines is Cocos, which has been around for over a decade but hasn't always been as popular as Unity. Another alternative is Phaser, which is a free and open-source HTML5 game framework.

Nord Beaver is a game development studio that has been using Cocos and Phaser since 2020th. We were drawn to both engines because of their flexibility and their ability to create games for a variety of platforms. We've also found that both engines are very well-documented and have large communities of developers who are willing to help.

We're confident that both Cocos and Phaser are great alternatives to Unity, and we're excited to continue using them to create games. If you're a developer who is looking for an open-source and cross-platform game engine, we encourage you to check out Cocos or Phaser.

Are you a developer who is looking for an alternative to Unity? If so, we encourage you to contact us to learn more about our Cocos and Phaser development services. We have a team of experienced developers who can help you create high-quality games using Cocos or Phaser and other engines.

19/07/2023

Embarking on a game development journey? Let's explore the 5 stages of full-cycle game development:

1️⃣ Conceptualization: This is where ideas are born and the foundation of the game is laid. It's a stage of brainstorming, creativity, and defining the vision for the game.

2️⃣ Design & Development: The game starts to take shape in this stage. Detailed designs are created, game mechanics are developed, and the visual elements come to life. It's all about crafting an immersive and engaging experience.

3️⃣ Production: This is where the real work begins. The game is built, coding is done, assets are created, and levels are designed. It's a collaborative effort to bring all the pieces together and make the game functional.

4️⃣ Testing & Quality Assurance: To ensure a seamless gaming experience, thorough testing is conducted. Bugs are identified and fixed, performance is optimized, and gameplay is fine-tuned. It's about delivering a polished and enjoyable game.

5️⃣ Launch & Post-Launch: The game is ready to meet the world. Marketing strategies are implemented, promotions are executed, and the game is launched to the audience. Post-launch, updates and support are provided to keep the game fresh and engaging.

Each stage of full-cycle game development is crucial in creating a successful game. At [Company Name], we have the expertise and passion to guide you through these stages and bring your game to life. Let's collaborate and create something extraordinary!

07/07/2023

Today is an important milestone in Nord Beaver's journey!

03/07/2023

Integrating games into a brand's digital marketing strategy can be a game-changer 🎮

Here are three key reasons why:

1️⃣ Interactive and Entertaining: HTML5 games offer an interactive and entertaining experience that keeps users hooked. By incorporating these games into your digital marketing strategy, you can provide users with an immersive brand experience, keeping them engaged and interested for longer periods.

2️⃣ Multi-Platform Compatibility: HTML5 games are designed to be compatible across various platforms, including desktops, mobile devices, and tablets. This versatility allows you to reach your audience regardless of the device they use, ensuring a seamless and consistent brand experience.

3️⃣ Increased Brand Exposure: When users engage with these games, they often share their experiences and achievements on social media platforms, generating valuable user-generated content and increasing your brand's exposure. This word-of-mouth marketing can significantly amplify your reach and attract new customers to your brand.

Don't miss out on the power of HTML5 games in your digital marketing strategy. By leveraging their interactive nature, multi-platform compatibility, and potential for increased brand exposure, you can take your brand engagement to new heights.

16/06/2023

🚀 Revolutionizing the Mobile App Store Model: The Impact of WEB3 Games

The gaming landscape is undergoing a major transformation, and WEB3 games are at the forefront of this revolution. Powered by blockchain technology, these innovative games are challenging the traditional mobile app store model and reshaping the future of gaming.

Unlike their Web2 counterparts, WEB3 games are built on user-owned economies. They empower gaming communities to govern themselves, rewarding players for their time, attention, and skilful play through valuable assets like in-game tokens and NFTs.

While the Web3 games market is still relatively small compared to the broader mobile gaming industry, its unique "to-earn" characteristics have captured the attention of players seeking new opportunities to earn digital assets. However, for true mass adoption to occur, a new distribution model is needed.

To reach a wider audience, the Web3 gaming world requires a streamlined and user-friendly distribution approach, similar to the major Web2 app stores. This means simplifying the game installation process and providing seamless access to engaging and immersive gaming experiences. Additionally, experts in payments and transactions must collaborate to establish compliant crypto-to-fiat conversion services, ensuring a smooth and secure financial ecosystem.

As talented game developers continue to create captivating worlds and rewarding gameplay experiences, the builders and innovators in the industry must work together to lay the foundation for a thriving Web3 gaming ecosystem. This entails not only technical expertise but also a commitment to compliance and user-friendly interfaces that make the transition to blockchain gaming seamless.

,

От чужих проектов к собственным играм на HTML5. Интервью с Nord Beaver 08/06/2023

https://youtu.be/iZo10-yfWjU отлично поговорили с прекрасным Evgeny Grishakov!

От чужих проектов к собственным играм на HTML5. Интервью с Nord Beaver ❗️Бесплатная онлайн конференция, 13-15 июня, регистрируйся: http://gamedev-intensive.ruЗдорово, народ, у нас новое интервью с разработчиками игр! У нас в гос...

01/06/2023

💡Unveiling the Psychology of WEB3 Games: Why We're Hooked!

WEB3 games have taken the gaming world by storm, captivating players like never before. But what keeps us hooked? Let's explore the psychology behind WEB3 games:

1️⃣ Ownership Empowerment: With blockchain technology, WEB3 games offer true ownership of in-game assets. This connection to tangible items creates a fulfilling experience, as players possess valuable assets beyond the game itself.

2️⃣ Thrill of Rewards: WEB3 games introduce tokenized economies, where players earn cryptocurrencies or unique tokens. The pursuit of these rewards taps into our innate desire for accomplishment and fuels our motivation to push further.

3️⃣ Social Connections: WEB3 games create decentralized communities, enabling players to interact, collaborate, and form bonds. These virtual social spaces foster a sense of belonging and enhance the overall gaming experience.

4️⃣ Play-to-Earn Revolution: WEB3 games introduce play-to-earn mechanics, allowing players to earn real-world income through in-game activities. This innovative concept adds a financial incentive and blurs the line between work and play.

WEB3 games provide more than just entertainment. They satisfy our need for ownership, rewards, social connections, and even financial opportunities. As the gaming industry embraces this exciting technology, understanding the psychology behind WEB3 games enhances our appreciation of their impact on our gaming experiences.

25/05/2023

🌐 NFTs in WEB2 & WEB3 Games: Exploring In-Game Asset Trading.

NFTs are revolutionising the gaming industry by enabling in-game asset trading and ownership. Here's a glimpse into their impact:

🔍 NFTs & In-Game Assets:
NFTs tokenise and authenticate digital assets, allowing players to truly own and trade them, creating vibrant economies within games.

🔥 WEB2 Games: Bridging the Gap:
NFTs bridge the virtual and real-world economies, enabling players to buy, sell, and trade in-game assets on NFT marketplaces.

🚀 WEB3 Games: Pioneering the Future:
WEB3 games built on blockchain take NFT integration to new heights, offering true asset ownership and decentralised experiences.

💡 Benefits:
1️⃣ Player Empowerment
2️⃣ Unique Collectibles
3️⃣ Economy and Sustainability
4️⃣ Enhanced Game Experiences

The future of gaming is brighter with NFTs reshaping how we interact with in-game assets. Share your thoughts on NFTs in the comments! 💬

24/05/2023

🌐 Insider Insights: Key Considerations for Choosing a WEB3 Game Outsourcing Company 🎮💡

Let's dive into the factors you should consider to make an informed decision:

1️⃣ Expertise in WEB3: Look for a company that possesses a deep understanding of WEB3 technologies and their integration into gaming experiences. Their expertise in blockchain, decentralised finance (DeFi), and non-fungible tokens (NFTs) will be crucial for developing immersive and cutting-edge WEB3 games.

2️⃣ Track Record: Evaluate the company's track record and portfolio of past projects. Have they successfully delivered WEB3 games? What is the quality of their work? Look for tangible evidence of their capabilities and assess whether their previous projects align with your vision and objectives.

3️⃣ Collaborative Approach: Collaboration is key to a successful partnership. Seek a company that values your input and actively involves you throughout the development process. Effective communication, regular updates, and a transparent workflow will ensure that your vision is realised and expectations are met.

4️⃣ Scalability and Flexibility: Consider the company's capacity to scale and adapt to changing project requirements. Are they equipped to handle increasing complexity and evolving technology trends? Flexibility in accommodating your unique needs will be crucial for a successful partnership.

5️⃣ Collaborative Network: An extensive network of industry partners and experts is a valuable asset. A reputable WEB3 game outsourcing company should have strong connections within the WEB3 ecosystem, allowing them to tap into specialised knowledge and resources when needed.

By keeping these insider insights in mind, you'll be well-equipped to choose a WEB3 game outsourcing company that aligns with your goals and can bring your vision to life.

Have any specific questions or insights to share about WEB3 game outsourcing? Join the conversation in the comments below! 💬🌟

16/05/2023

🌟 Highlighting our Team's Participation at Tomorrow Conference in Belgrade! 🌍

Ivan Ushtey, Lead Project Manager at Nord Beaver, took the stage as a featured speaker to deliver presentation - Web3 as the Wild West of Game Distribution.

Our CEO, Kirill Goncharik, attended a panel - Hardcore Gamers vs. Play-to-Earn (Breaking the Stereotype: Understanding the Mindset of Hardcore Gamers and Their Reluctance to Embrace Play-to-Earn) - as one of the panelists where he shared his valuable perspective and experience.

Join us in congratulating our incredible team members on their successful participation at TMRW Conference! 🎉👏

12/05/2023

🎮 Are you currently in the process of selecting a game development partner for your project? Here's some insider information on 5 signs of a good one! 🚀

1️⃣ Expertise: A reliable game development partner possesses a deep understanding of the gaming industry, including the latest trends and technologies. Look for a team that stays up to date with advancements, offering valuable insights to enhance your project.

2️⃣ Collaboration: Successful partnerships thrive on collaboration! A great game development partner values your input and actively involves you throughout the development process. They listen to your ideas, provide regular updates, and foster a collaborative environment to bring your vision to life.

3️⃣ Customized Solutions: Game development is not one-size-fits-all. A strong partner tailors their solutions to meet your specific requirements. They demonstrate flexibility, adaptability, and a commitment to creating a unique and captivating gaming experience that aligns perfectly with your goals.

4️⃣ Quality Assurance: Quality is paramount! Look for a partner with robust quality assurance processes in place. They should conduct thorough testing, promptly identify and resolve any issues, and deliver a polished final product that meets the highest standards of excellence.

5️⃣ Client Success Stories: A reliable game development partner has a proven track record of success. Take the time to explore testimonials and case studies from satisfied clients. Their past projects and success stories provide valuable insights into the partner's ability to deliver exceptional results.

Choosing the right game development partner is crucial for your project's success. Keep these 5 signs in mind as you make your decision. If you're seeking a partner who ticks all the boxes, let's connect and discuss how we can bring your game to life.

Link to our portfolio in a first comment. ✅

Business Assistant - PeopleForce 08/05/2023

Attention all job seekers! We're thrilled to announce that our company is expanding and we're looking for new talent to join our team.

We make games using the latest HTML5 technology and we're always on the lookout for talented professionals to join our team. Right now, we're seeking a detail-oriented attentive Business Assistant.

Here's what we offer:
🇲🇪Hybrid work in Tivat, Montenegro with both in-office and remote work options and a flexible schedule.
🧘‍♀️23 days of Paid Time Off and Health insurance benefits.
🚀Full-time position.

Responsibilities:
•Manage important documents such as contracts and payroll administration.
•Keep the office running smoothly by ordering supplies and assisting team members in Montenegro.
•Provide travel support by booking tickets and organizing transfers.
•Take care of our two adorable office cats and oversee the cleaning staff.

Here's what we're looking for:
•A Montenegro resident with extensive life experience in the country.
•Intermediate English skills are a must, and knowledge of Serbian is a huge plus.
•Experience using Google Workspace and checklists.
•The ability to build strong connections with various people.

So what are you waiting for? Take the next step in your career and apply today. Link for applying is in the first comment. We can't wait to hear from you!

Email: [email protected]
Telegram:

Business Assistant - PeopleForce Nord Beaver is a young GameDev company founded in July 2020. We develop games using HTML5 technology. Our goal is to make the HTML5 game market a significant part of the gaming industry.

05/05/2023

For those our colleagues who don't want work only remotely, we opened office near charming bay of the Adriatic Sea 🌊. Cozy, active and modern with its breathtaking views will not fail to impress anyone.

We love working here because we've noticed a huge boost in productivity and collaboration among those who prefer working in the office. Plus, we've become even more tight-knit as a team and are always happy to help each other out.

And can we talk about our terrace? It's the perfect spot to take a break, recharge, and soak up some sun ☀️.

Speaking of sunshine, did you know it can do wonders for your well-being? It's true! Sunlight can improve your mood, reduce anxiety, and even increase motivation. That's just one of the many reasons why we chose this location.

Our office itself is cozy, comfortable, and fully equipped for work, with a game room that includes consoles for some fun downtime.

The best thing about our office is our employees. Especially this couple: Lemonid and Manya. Our youngest and cutest assistants 🐱🐱!

21/01/2023
Publish Beaver's Blocks on your website - GameDistribution 15/12/2022

Right after the release of Beaver Weaver game, our product team has launched the second puzzle game in a raw!

Enjoy!

Publish Beaver's Blocks on your website - GameDistribution Beaver's Blocks is an exciting block puzzle game in which you have to use logic and challenge your brain. Come back to the game every day to raise your skills. Great for a cozy pastime, Beaver's Blocks will allow you to enjoy a pleasant and steady experience. Get comfortable and be ready to dive int

28/07/2022

Post for DevGAMM Quest!

Photos from Nord Beaver's post 11/07/2022

Meantime, Nord Beaver has passed 2 years old borderline, and the Team has launched #1 episode of the amazing comic universe with Кирилл Гончарик staring. 😎

28/09/2020

Nord Beaver crew wishes you have a great week!

25/09/2020

Beaver is going for his morning coffee 😴

Videos (show all)

🌟 Highlighting our Team's Participation at Tomorrow Conference in Belgrade! 🌍Ivan Ushtey, Lead Project Manager at Nord B...