The Wayback Machine - https://web.archive.org/web/20220530075411/https://github.com/topics/game-development
Skip to content
#

Game Development

game-development logo

Video game developers take a designer's concepts and build them into a playable game for users. Video game developers, also known as games developers or video game programmers, write code for games for a variety of formats, such as PCs, consoles, web browsers and mobile phones.

Here are 14,058 public repositories matching this topic...

qarmin
qarmin commented May 27, 2022

Godot version

4.0.alpha.custom_build. ff75a4922

System information

Ubuntu 22.04 - Nvidia GTX 970, Gnome shell 42 X11

Issue description

When executing

	var temp_variable14315 = TabBar.new()
	add_child(temp_variable14315)
	temp_variable14315.set_tab_count(3)
	temp_variable14315.set_h_grow_direction(0)
	temp_variable14315.set_tab_count(0)
	temp_variable14315.reset_size()
openage
heinezen
heinezen commented Oct 1, 2021

Required skills: Python

Difficulty: Easy

For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:

INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
python assets good first issue
emilk
emilk commented Feb 20, 2021

Tracking issue for improving the egui docs. Other suggestions for improvements welcome!

All doc-examples need to be part of the doctests (i.e. they should never be marked ignore, though no_run can maybe sometimes be motivated).

egui

The crate-level docs for egui (at https://docs.rs/egui generated from egui/src/lib.rs) sh

help wanted good first issue docs and examples
bjorn
bjorn commented May 24, 2022

Defold has added support for 90-degree rotation on tilemaps. Tiled ships with two Defold export plugins, defold and defoldcollection, which should now support this new feature as well.

Since Tiled implements tile rotation through a diagonal flip, the diagonal flip needs to be mapped to Defold's rotate90 fl

feature good first issue
Game-Programmer-Study-Notes

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Oct 16, 2021
agones
markmandel
markmandel commented Apr 20, 2022

Is your feature request related to a problem? Please describe.

It would be nice to have the latest version of SuperTuxKart running in the example, rather than a hacked older version.

Describe the solution you'd like

Because of old limitations with the previous version of SuperTuxKart, we had to compile from source (it wouldn't allow AI connections not on localhost).

Since there

kind/feature help wanted good first issue area/examples
Wikipedia
Wikipedia