Commit 18efc368 authored by Gerard Gascón's avatar Gerard Gascón
Browse files

init

parents
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

.gitignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Godot 4+ specific ignores
.godot/

MalagaJam18.csproj

0 → 100644
+18 −0
Original line number Diff line number Diff line
<Project Sdk="Godot.NET.Sdk/4.2.2">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
    <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
    <EnableDynamicLoading>true</EnableDynamicLoading>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="System.IO.Ports" Version="8.0.0" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="scripts\arduino_control\pulse_generator.gd" />
    <Content Include="scripts\explosion_player.gd" />
    <Content Include="scripts\game_flow.gd" />
    <Content Include="text_typer.tscn" />
  </ItemGroup>
</Project>
 No newline at end of file

MalagaJam18.sln

0 → 100644
+19 −0
Original line number Diff line number Diff line
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MalagaJam18", "MalagaJam18.csproj", "{BD8C6378-570F-44CF-8376-0B7BDAE6637B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
	Debug|Any CPU = Debug|Any CPU
	ExportDebug|Any CPU = ExportDebug|Any CPU
	ExportRelease|Any CPU = ExportRelease|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{BD8C6378-570F-44CF-8376-0B7BDAE6637B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BD8C6378-570F-44CF-8376-0B7BDAE6637B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BD8C6378-570F-44CF-8376-0B7BDAE6637B}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
		{BD8C6378-570F-44CF-8376-0B7BDAE6637B}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
		{BD8C6378-570F-44CF-8376-0B7BDAE6637B}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
		{BD8C6378-570F-44CF-8376-0B7BDAE6637B}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
	EndGlobalSection
EndGlobal

README.md

0 → 100644
+27 −0
Original line number Diff line number Diff line
# Astromovida

## Description

**WARNING**: To be able to control this spaceship you need an advanced space control panel, if you do not have this you will not be able to play.

The captain of the spaceship has fallen unconscious during a space accident, it’s time for you, as a fellow co-pilot and with your great inexperience, to try to prevent this situation from getting worse (it will).

## The Team

> Daerune - Art\
> ChaosKing - Programming\
> Gerard Gascón - Programming & Shaders\
> Sastre del Desastre - Music & SFX\
> No Coin Arcade - Alternative Controller

## Game Jam

MálagaJam Weekend 18 — July 26th - 28th 2024 (48 hours)

## Theme

From bad to worse

## Languages

Spanish